File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencyManagement {
30
30
31
31
dependencies {
32
32
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
33
- implementation " com. netflix.graphql.dgs:graphql- dgs-spring-boot -starter" , {
33
+ implementation " netflix.graphql.dgs:dgs-starter" , {
34
34
exclude group : ' org.yaml' , module : ' snakeyaml'
35
35
}
36
36
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencyManagement {
29
29
30
30
dependencies {
31
31
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
32
- implementation " com. netflix.graphql.dgs:graphql- dgs-spring-boot -starter" , {
32
+ implementation " netflix.graphql.dgs:dgs-starter" , {
33
33
exclude group : ' org.yaml' , module : ' snakeyaml'
34
34
}
35
35
implementation ' com.netflix.graphql.dgs:graphql-dgs-extended-scalars' , {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencyManagement {
37
37
38
38
dependencies {
39
39
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
40
- implementation(" com. netflix.graphql.dgs:graphql- dgs-webflux -starter" )
40
+ implementation(" netflix.graphql.dgs:dgs-starter" )
41
41
implementation(" io.projectreactor:reactor-core:3.7.1" )
42
42
43
43
// Spring
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencyManagement {
38
38
dependencies {
39
39
// dgs
40
40
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
41
- implementation(" com. netflix.graphql.dgs:graphql- dgs-spring-boot -starter" )
41
+ implementation(" netflix.graphql.dgs:dgs-starter" )
42
42
implementation(" com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure" )
43
43
implementation(" com.netflix.graphql.dgs:graphql-dgs-extended-scalars" )
44
44
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencyManagement {
38
38
39
39
dependencies {
40
40
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
41
- implementation(" com. netflix.graphql.dgs:graphql- dgs-spring-boot -starter" ) {
41
+ implementation(" netflix.graphql.dgs:dgs-starter" ) {
42
42
exclude(" org.yaml" , " snakeyaml" )
43
43
}
44
44
implementation(" com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse-autoconfigure" ) {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencyManagement {
39
39
40
40
dependencies {
41
41
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
42
- implementation(" com. netflix.graphql.dgs:graphql- dgs-spring-boot -starter" ) {
42
+ implementation(" netflix.graphql.dgs:dgs-starter" ) {
43
43
exclude(" org.yaml" , " snakeyaml" )
44
44
}
45
45
implementation(" com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure" ) {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencyManagement {
31
31
dependencies {
32
32
// dgs
33
33
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
34
- implementation " com. netflix.graphql.dgs:graphql- dgs-webflux -starter"
34
+ implementation " netflix.graphql.dgs:dgs-starter"
35
35
implementation " io.projectreactor:reactor-core:3.7.1"
36
36
37
37
// spring boot
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencyManagement {
29
29
}
30
30
31
31
dependencies {
32
- implementation ' com. netflix.graphql.dgs:graphql- dgs-spring-boot -starter'
32
+ implementation ' netflix.graphql.dgs:dgs-starter'
33
33
34
34
implementation ' org.springframework.boot:spring-boot-starter-web'
35
35
implementation ' org.springframework.boot:spring-boot-starter-validation'
You can’t perform that action at this time.
0 commit comments