Skip to content

Commit

Permalink
chore: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Dec 31, 2024
1 parent d40add0 commit 36f90d0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dgs-codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencyManagement {

dependencies {
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
implementation "netflix.graphql.dgs:dgs-starter", {
implementation "com.netflix.graphql.dgs:dgs-starter", {
exclude group: 'org.yaml', module: 'snakeyaml'
}

Expand Down
2 changes: 1 addition & 1 deletion dgs-fileupload/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencyManagement {

dependencies {
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
implementation "netflix.graphql.dgs:dgs-starter", {
implementation "com.netflix.graphql.dgs:dgs-starter", {
exclude group: 'org.yaml', module: 'snakeyaml'
}
implementation 'com.netflix.graphql.dgs:graphql-dgs-extended-scalars', {
Expand Down
2 changes: 1 addition & 1 deletion dgs-kotlin-co/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencyManagement {

dependencies {
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
implementation("netflix.graphql.dgs:dgs-starter")
implementation("com.netflix.graphql.dgs:dgs-starter")
implementation("io.projectreactor:reactor-core:3.7.1")

//Spring
Expand Down
2 changes: 1 addition & 1 deletion dgs-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencyManagement {
dependencies {
// dgs
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
implementation("netflix.graphql.dgs:dgs-starter")
implementation("com.netflix.graphql.dgs:dgs-starter")
implementation("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure")
implementation("com.netflix.graphql.dgs:graphql-dgs-extended-scalars")

Expand Down
2 changes: 1 addition & 1 deletion dgs-subscription-sse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencyManagement {

dependencies {
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
implementation("netflix.graphql.dgs:dgs-starter") {
implementation("com.netflix.graphql.dgs:dgs-starter") {
exclude("org.yaml", "snakeyaml")
}
implementation("com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse-autoconfigure") {
Expand Down
2 changes: 1 addition & 1 deletion dgs-subscription-ws/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencyManagement {

dependencies {
//implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.1"))
implementation("netflix.graphql.dgs:dgs-starter") {
implementation("com.netflix.graphql.dgs:dgs-starter") {
exclude("org.yaml", "snakeyaml")
}
implementation("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure") {
Expand Down
2 changes: 1 addition & 1 deletion dgs-webflux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencyManagement {
dependencies {
//dgs
// implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.2.0"))
implementation "netflix.graphql.dgs:dgs-starter"
implementation "com.netflix.graphql.dgs:dgs-starter"
implementation "io.projectreactor:reactor-core:3.7.1"

// spring boot
Expand Down
2 changes: 1 addition & 1 deletion dgs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencyManagement {
}

dependencies {
implementation 'netflix.graphql.dgs:dgs-starter'
implementation 'com.netflix.graphql.dgs:dgs-starter'

implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
Expand Down

0 comments on commit 36f90d0

Please sign in to comment.