Reinstate Spring for GraphQL auto-configuration
This commit adds the Spring for GraphQL auto-configuration back into Spring Boot 3.0, now that a 1.1.0 release is scheduled with the required baseline. This release also needs GraphQL Java 19.0 as a baseline. Closes gh-31809
This commit is contained in:
@@ -295,6 +295,13 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("GraphQL Java", "19.0") {
|
||||
group("com.graphql-java") {
|
||||
modules = [
|
||||
"graphql-java"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Groovy", "4.0.3") {
|
||||
group("org.apache.groovy") {
|
||||
imports = [
|
||||
@@ -1281,6 +1288,7 @@ bom {
|
||||
"spring-boot-starter-data-neo4j",
|
||||
"spring-boot-starter-data-rest",
|
||||
"spring-boot-starter-freemarker",
|
||||
"spring-boot-starter-graphql",
|
||||
"spring-boot-starter-groovy-templates",
|
||||
"spring-boot-starter-hateoas",
|
||||
"spring-boot-starter-integration",
|
||||
@@ -1415,6 +1423,14 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Spring GraphQL", "1.1.0-SNAPSHOT") {
|
||||
group("org.springframework.graphql") {
|
||||
modules = [
|
||||
"spring-graphql",
|
||||
"spring-graphql-test"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Spring HATEOAS", "2.0.0-SNAPSHOT") {
|
||||
group("org.springframework.hateoas") {
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user