Skip to content

Commit

Permalink
Provide some of the runtime dependencies for error-prone-contrib
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
timtebeek committed Mar 12, 2024
1 parent 7c35124 commit 06425e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ dependencies {
runtimeOnly("org.axonframework:axon-migration:latest.release")
runtimeOnly("tech.picnic.error-prone-support:error-prone-contrib:latest.release")

// error-prone-contrib only has provided dependencies, whereas the platform needs these on the classpath at runtime
runtimeOnly("org.assertj:assertj-core:latest.release")
runtimeOnly("org.springframework:spring-context:latest.release")
runtimeOnly("org.springframework:spring-test:latest.release")
runtimeOnly("org.springframework:spring-web:latest.release")
runtimeOnly("org.springframework:spring-webflux:latest.release")
runtimeOnly("org.testng:testng:latest.release")
runtimeOnly("io.projectreactor:reactor-core:latest.release")
runtimeOnly("io.projectreactor:reactor-test:latest.release")
runtimeOnly("io.projectreactor.addons:reactor-adapter:latest.release")
runtimeOnly("io.projectreactor.addons:reactor-extra:latest.release")

testImplementation("org.openrewrite:rewrite-java")
testImplementation("org.openrewrite:rewrite-test")

Expand Down

0 comments on commit 06425e7

Please sign in to comment.