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 3258562 commit fefb3ebCopy full SHA for fefb3eb
spring-restyle/build.gradle
@@ -21,7 +21,6 @@ dependencies {
21
implementation("org.openrewrite:rewrite-java")
22
implementation("org.openrewrite.recipe:rewrite-java-dependencies")
23
implementation("org.openrewrite:rewrite-yaml")
24
- implementation("org.assertj:assertj-core:3.27.3")
25
runtimeOnly("org.openrewrite:rewrite-java-17")
26
27
// The RewriteTest class needed for testing recipes
@@ -33,4 +32,6 @@ dependencies {
33
32
// For recipe testing
34
testRuntimeOnly("org.springframework:spring-core:6.2.4")
35
testRuntimeOnly("org.springframework.security:spring-security-core:6.4.3")
+
36
+ testImplementation("org.assertj:assertj-core:3.27.3")
37
}
0 commit comments