Skip to content

Commit 6394ffe

Browse files
committed
fixup! Remove test scope from testng and jupiter dependencies
1 parent ed93e30 commit 6394ffe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ dependencies {
5757
rewrite("org.openrewrite.recipe:rewrite-recommendations:latest.release")
5858

5959
// ↓ Classpath resource for MigrateTestNg* recipes
60-
implementation("org.testng:testng:latest.release")
60+
runtimeOnly("org.testng:testng:7.10.2")
6161
// ↓ also make jupiter available for refaster compilation
62-
implementation("org.junit.jupiter:junit-jupiter:latest.release")
62+
runtimeOnly("org.junit.jupiter:junit-jupiter-api:latest.release")
6363

6464
// ↓ to allow using testing recipes in our recipe list
65-
testRuntimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:latest.release") {
65+
runtimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:latest.release") {
6666
exclude("org.testcontainers", "testcontainers")
6767
}
6868
}

0 commit comments

Comments
 (0)