Skip to content

Commit

Permalink
drop spring-boot.version
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Mar 22, 2024
1 parent 9eee166 commit dbaee9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generators/server/templates/pom.xml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
<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 @@ -819,7 +818,6 @@
<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 dbaee9b

Please sign in to comment.