We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6327463 commit a1a64e1Copy full SHA for a1a64e1
src/testWithSpringBoot_2_7/java/org/openrewrite/java/spring/boot2/UpdateMysqlDriverArtifactIdTest.java
@@ -32,12 +32,12 @@
32
import static org.openrewrite.maven.Assertions.pomXml;
33
34
@Issue("https://github.com/openrewrite/rewrite-spring/issues/274")
35
-class UpdateMysqlDriverArtifactIdTest implements RewriteTest {
+public class UpdateMysqlDriverArtifactIdTest implements RewriteTest {
36
37
@Override
38
public void defaults(RecipeSpec spec) {
39
spec.recipe(Environment.builder()
40
- .scanRuntimeClasspath("org.openrewrite.java.spring.boot2")
+ .scanRuntimeClasspath()
41
.build()
42
.activateRecipes("org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7"));
43
}
0 commit comments