We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ad847 commit e5e1575Copy full SHA for e5e1575
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -372,6 +372,13 @@ bom {
372
]
373
}
374
375
+ library("GraphQL Java", "17.3") {
376
+ group("com.graphql-java") {
377
+ modules = [
378
+ "graphql-java"
379
+ ]
380
+ }
381
382
library("Groovy", "3.0.9") {
383
group("org.codehaus.groovy") {
384
imports = [
@@ -1655,6 +1662,14 @@ bom {
1655
1662
1656
1663
1657
1664
1665
+ library("Spring GraphQL", "1.0.0-SNAPSHOT") {
1666
+ group("org.springframework.graphql") {
1667
1668
+ "spring-graphql",
1669
+ "spring-graphql-test"
1670
1671
1672
1658
1673
library("Spring HATEOAS", "1.4.0") {
1659
1674
group("org.springframework.hateoas") {
1660
1675
modules = [
0 commit comments