Skip to content

Commit

Permalink
Bootable JAR support
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise authored and kabir committed Dec 21, 2023
1 parent 7ba68f3 commit eb56d60
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions todo-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,10 @@
<configuration>
<discover-provisioning-info>
<version>${version.server}</version>
<context>bare-metal</context>
<add-ons>
<add-on>postgresql</add-on>
</add-ons>
</discover-provisioning-info>
<layers>
<layer>cloud-server</layer>
<layer>postgresql-datasource</layer>
</layers>
<!-- deploys the quickstart on root web context -->
<name>ROOT.war</name>
<packaging-scripts>
Expand Down Expand Up @@ -272,7 +267,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${version.failsafe.plugin}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit eb56d60

Please sign in to comment.