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 96e2645 commit 37a9c3bCopy full SHA for 37a9c3b
build.gradle.kts
@@ -33,7 +33,7 @@ apply(plugin = "license")
33
apply(plugin = "nebula.maven-resolved-dependencies")
34
apply(plugin = "io.spring.publishing")
35
36
-group = "org.openrewrite.plan"
+group = "org.openrewrite.recipe"
37
description = "Eliminate legacy Spring patterns. Automatically."
38
39
repositories {
@@ -62,6 +62,8 @@ dependencies {
62
implementation("org.springframework:spring-beans:5.2.8.RELEASE")
63
implementation("org.springframework:spring-webmvc:5.2.8.RELEASE")
64
65
+ runtimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:latest.integration")
66
+
67
testImplementation("org.jetbrains.kotlin:kotlin-reflect")
68
testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
69
0 commit comments