Skip to content

Commit

Permalink
Fix Maven build so there are no warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Mar 18, 2024
1 parent a73749b commit 63dfc95
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions generators/server/templates/pom.xml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<properties-maven-plugin.version><%- javaDependencies['properties-maven-plugin'] %></properties-maven-plugin.version>
<sonar-maven-plugin.version><%- javaDependencies['sonar-maven-plugin'] %></sonar-maven-plugin.version>
<spotless-maven-plugin.version><%- javaDependencies['spotless-maven-plugin'] %></spotless-maven-plugin.version>
<spring-boot.version><%- javaDependencies['spring-boot'] %></spring-boot.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -340,11 +341,6 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -830,6 +826,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 63dfc95

Please sign in to comment.