Skip to content

Commit

Permalink
Make sbm-recipes-spring-cloud compile
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Sep 24, 2023
1 parent 0e1baa4 commit 1ff1d81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions components/sbm-recipes-spring-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<dependency>
<groupId>org.springframework.sbm</groupId>
<artifactId>recipe-test-support</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import com.tngtech.archunit.lang.ArchRule;
import org.openrewrite.ExecutionContext;
import org.springframework.sbm.boot.autoconfigure.ScopeConfiguration;
import org.springframework.sbm.openrewrite.RewriteExecutionContext;
import org.springframework.sbm.parsers.RewriteExecutionContext;

import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.noClasses;

Expand Down
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<module>components/sbm-support-jee</module>
<module>components/sbm-support-weblogic</module>
<module>components/sbm-recipes-jee-to-boot</module>
<module>components/sbm-recipes-spring-cloud</module>
</modules>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -238,11 +239,6 @@
<artifactId>sbm-support-rewrite</artifactId>
<version>${sbm-support-rewrite.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>sbm-support-rewrite</artifactId>
<version>${sbm-support-rewrite.version}</version>
</dependency>
</dependencies>
<build>
<finalName>${jar.name}</finalName>
Expand Down

0 comments on commit 1ff1d81

Please sign in to comment.