Skip to content

Commit

Permalink
Change groupId to org.openrewrite.recipe and take dependency on rewri…
Browse files Browse the repository at this point in the history
…te-testing-frameworks
  • Loading branch information
sambsnyd committed Oct 22, 2020
1 parent 96e2645 commit 37a9c3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apply(plugin = "license")
apply(plugin = "nebula.maven-resolved-dependencies")
apply(plugin = "io.spring.publishing")

group = "org.openrewrite.plan"
group = "org.openrewrite.recipe"
description = "Eliminate legacy Spring patterns. Automatically."

repositories {
Expand Down Expand Up @@ -62,6 +62,8 @@ dependencies {
implementation("org.springframework:spring-beans:5.2.8.RELEASE")
implementation("org.springframework:spring-webmvc:5.2.8.RELEASE")

runtimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:latest.integration")

testImplementation("org.jetbrains.kotlin:kotlin-reflect")
testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

Expand Down

0 comments on commit 37a9c3b

Please sign in to comment.