Skip to content

Commit

Permalink
Merge pull request #1865 from Pandrex247/PAYARA-1952
Browse files Browse the repository at this point in the history
PAYARA-1952 Add healthcheck package to embedded releases
  • Loading branch information
Pandrex247 authored Aug 16, 2017
2 parents cda4b5c + 0145b89 commit f51ad80
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion appserver/extras/embedded/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,17 @@
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>
</dependency>

<!-- Healthcheck Package -->
<dependency>
<groupId>fish.payara.packager</groupId>
<artifactId>healthcheck-package</artifactId>
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>

<dependency>
<groupId>fish.payara.packager</groupId>
<artifactId>payara-api-package</artifactId>
Expand Down
11 changes: 10 additions & 1 deletion appserver/extras/embedded/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,17 @@
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>
</dependency>

<!-- Healthcheck Package -->
<dependency>
<groupId>fish.payara.packager</groupId>
<artifactId>healthcheck-package</artifactId>
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>

<dependency>
<groupId>fish.payara.packager</groupId>
<artifactId>payara-api-package</artifactId>
Expand Down

0 comments on commit f51ad80

Please sign in to comment.