Skip to content

Commit

Permalink
Deleted no longer needed code and consolidated autoconfigurations
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbakker committed Dec 5, 2024
1 parent 1359c19 commit 190cde7
Show file tree
Hide file tree
Showing 48 changed files with 5,120 additions and 5,351 deletions.
757 changes: 436 additions & 321 deletions graphql-dgs-client/dependencies.lock

Large diffs are not rendered by default.

This file was deleted.

4 changes: 3 additions & 1 deletion graphql-dgs-example-shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
*/

dependencies {
implementation(project(":graphql-dgs-spring-boot-oss-autoconfigure"))
implementation(project(":graphql-dgs-pagination"))
implementation(project(":graphql-dgs-extended-scalars"))
implementation("io.projectreactor:reactor-core")
implementation("org.springframework:spring-context")
implementation("org.springframework:spring-web")
implementation("com.fasterxml.jackson.core:jackson-databind")
testImplementation ('io.projectreactor:reactor-test')
testImplementation(project(":graphql-dgs-spring-graphql-starter-test"))
testImplementation(project(":graphql-dgs-spring-graphql-starter"))
testImplementation("name.nkonev.multipart-spring-graphql:multipart-spring-graphql:1.+")
}
Loading

0 comments on commit 190cde7

Please sign in to comment.