Skip to content

Commit

Permalink
fix: removed spring boot plugin for submodule common
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Feb 2, 2024
1 parent 16e575b commit 7b8f153
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,6 @@

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${version.spring-boot}</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 7b8f153

Please sign in to comment.