Skip to content

Commit

Permalink
fix: re-added spring boot plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed May 20, 2024
1 parent 882070e commit 6294ace
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,10 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
Expand All @@ -503,8 +507,6 @@
</dependency>
</dependencies>
</plugin>


<!--
Add generated sources as source directory
-->
Expand Down

0 comments on commit 6294ace

Please sign in to comment.