Skip to content

Commit

Permalink
Specify spring-boot-maven-plugin version
Browse files Browse the repository at this point in the history
If not, the latest one (from the 3.x series) is used, and the
JarLaunched changed from package org.springframework.boot.loader.JarLauncher
to org.springframework.boot.loader.launch.JarLauncher.
  • Loading branch information
groldan committed Nov 25, 2023
1 parent ec78196 commit b647b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/infrastructure/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<executions>
<execution>
<id>build-info</id>
Expand All @@ -147,6 +148,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<executions>
<execution>
<id>repackage</id>
Expand Down
1 change: 1 addition & 0 deletions src/apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<executions>
<execution>
<id>repackage</id>
Expand Down

0 comments on commit b647b29

Please sign in to comment.