Skip to content

Commit

Permalink
fixup! Remove test scope from testng and jupiter dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jun 12, 2024
1 parent ed93e30 commit 4a485b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ dependencies {
rewrite("org.openrewrite.recipe:rewrite-recommendations:latest.release")

// ↓ Classpath resource for MigrateTestNg* recipes
implementation("org.testng:testng:latest.release")
implementation("org.testng:testng:7.5.1") // 7.5.x is the last Java 8 compatible version: https://github.com/testng-team/testng/issues/2775

// ↓ also make jupiter available for refaster compilation
implementation("org.junit.jupiter:junit-jupiter:latest.release")
compileOnly("org.junit.jupiter:junit-jupiter-api:latest.release")

// ↓ to allow using testing recipes in our recipe list
testRuntimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:latest.release") {
Expand Down

0 comments on commit 4a485b0

Please sign in to comment.