Skip to content

Commit

Permalink
rewrite-properties and rewrite-xml dependencies in rewrite-java
Browse files Browse the repository at this point in the history
Add these as runtime dependencies, so that recipes in `rewrite-java` can rely on the `Reference` implementations provided by the two dependencies.
  • Loading branch information
knutwannheden committed Nov 26, 2024
1 parent 569e733 commit 8bd3573
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rewrite-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ dependencies {

api("com.fasterxml.jackson.core:jackson-annotations")

// these are required for now so that `ChangeType` and `ChangePackage` can use the `Reference` trait
runtimeOnly(project(":rewrite-properties"))
runtimeOnly(project(":rewrite-xml"))

implementation("org.ow2.asm:asm:latest.release")
implementation("org.ow2.asm:asm-util:latest.release")

Expand Down

0 comments on commit 8bd3573

Please sign in to comment.