Skip to content

Commit fefb3eb

Browse files
committed
Make assertj test dependency
1 parent 3258562 commit fefb3eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-restyle/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ dependencies {
2121
implementation("org.openrewrite:rewrite-java")
2222
implementation("org.openrewrite.recipe:rewrite-java-dependencies")
2323
implementation("org.openrewrite:rewrite-yaml")
24-
implementation("org.assertj:assertj-core:3.27.3")
2524
runtimeOnly("org.openrewrite:rewrite-java-17")
2625

2726
// The RewriteTest class needed for testing recipes
@@ -33,4 +32,6 @@ dependencies {
3332
// For recipe testing
3433
testRuntimeOnly("org.springframework:spring-core:6.2.4")
3534
testRuntimeOnly("org.springframework.security:spring-security-core:6.4.3")
35+
36+
testImplementation("org.assertj:assertj-core:3.27.3")
3637
}

0 commit comments

Comments
 (0)