Skip to content

Commit d40add0

Browse files
committed
chore: clean codes
1 parent a34c955 commit d40add0

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

dgs-codegen/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencyManagement {
3030

3131
dependencies {
3232
// 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", {
3434
exclude group: 'org.yaml', module: 'snakeyaml'
3535
}
3636

dgs-fileupload/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencyManagement {
2929

3030
dependencies {
3131
//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", {
3333
exclude group: 'org.yaml', module: 'snakeyaml'
3434
}
3535
implementation 'com.netflix.graphql.dgs:graphql-dgs-extended-scalars', {

dgs-kotlin-co/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencyManagement {
3737

3838
dependencies {
3939
//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")
4141
implementation("io.projectreactor:reactor-core:3.7.1")
4242

4343
//Spring

dgs-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencyManagement {
3838
dependencies {
3939
// dgs
4040
//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")
4242
implementation("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure")
4343
implementation("com.netflix.graphql.dgs:graphql-dgs-extended-scalars")
4444

dgs-subscription-sse/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencyManagement {
3838

3939
dependencies {
4040
// 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") {
4242
exclude("org.yaml", "snakeyaml")
4343
}
4444
implementation("com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse-autoconfigure") {

dgs-subscription-ws/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencyManagement {
3939

4040
dependencies {
4141
//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") {
4343
exclude("org.yaml", "snakeyaml")
4444
}
4545
implementation("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure") {

dgs-webflux/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencyManagement {
3131
dependencies {
3232
//dgs
3333
// 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"
3535
implementation "io.projectreactor:reactor-core:3.7.1"
3636

3737
// spring boot

dgs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencyManagement {
2929
}
3030

3131
dependencies {
32-
implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter'
32+
implementation 'netflix.graphql.dgs:dgs-starter'
3333

3434
implementation 'org.springframework.boot:spring-boot-starter-web'
3535
implementation 'org.springframework.boot:spring-boot-starter-validation'

0 commit comments

Comments
 (0)