Skip to content

Commit

Permalink
🐛 gateway re add missing spring-boot-maven-plugin (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir authored Sep 9, 2024
1 parent 3c8a300 commit d010eaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions refarch-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<!-- Testing -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit d010eaf

Please sign in to comment.