Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Jun 5, 2023
1 parent 6dc3144 commit 9833b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jdk_17_maven/cs/web/spring-petclinic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
<version>3.1.0</version>
<executions>
<execution>
<id>build-info</id>
<!-- Spring Boot Actuator displays build-related information
if a META-INF/build-info.properties file is present -->
<goals>
Expand All @@ -230,6 +231,7 @@
</configuration>
</execution>
<execution>
<id>repackage</id>
<goals>
<goal>repackage</goal>
</goals>
Expand Down

0 comments on commit 9833b2c

Please sign in to comment.