Skip to content

Commit

Permalink
bug(front50): add GroovyJson dependency
Browse files Browse the repository at this point in the history
Test was failing without it. The test code that uses it was added back when we were in Groovy 2, after the upgrade to Groovy 3 I believe it's required as an explicit dependency.
  • Loading branch information
Richard Timpson committed Aug 20, 2024
1 parent 32e9f71 commit 14d6c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orca-front50/orca-front50.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies {
testImplementation(project(":orca-pipelinetemplate"))
testImplementation("com.github.ben-manes.caffeine:guava")
testRuntimeOnly("net.bytebuddy:byte-buddy")
testImplementation("org.codehaus.groovy:groovy-json")
}

sourceSets {
Expand Down

0 comments on commit 14d6c5f

Please sign in to comment.