File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ dependencies {
57
57
rewrite(" org.openrewrite.recipe:rewrite-recommendations:latest.release" )
58
58
59
59
// ↓ Classpath resource for MigrateTestNg* recipes
60
- implementation (" org.testng:testng:latest.release " )
60
+ runtimeOnly (" org.testng:testng:7.10.2 " )
61
61
// ↓ 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" )
63
63
64
64
// ↓ 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" ) {
66
66
exclude(" org.testcontainers" , " testcontainers" )
67
67
}
68
68
}
You can’t perform that action at this time.
0 commit comments