Skip to content

Commit

Permalink
Made remaining dependencies optional. (#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGill98 authored and arjantijms committed Mar 5, 2018
1 parent 9cd86bb commit 8dcbbbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions appserver/extras/embedded/all/pom.xml
Expand Up @@ -363,6 +363,7 @@
<artifactId>payara-executor-service</artifactId>
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>
</dependencies>

Expand All @@ -379,6 +380,7 @@
<artifactId>microprofile-package</artifactId>
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
Expand Down
5 changes: 4 additions & 1 deletion appserver/extras/embedded/web/pom.xml
Expand Up @@ -305,11 +305,13 @@
<type>zip</type>
<optional>true</optional>
</dependency>
<dependency>

<dependency>
<groupId>org.glassfish.main.packager</groupId>
<artifactId>payara-executor-service</artifactId>
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>
</dependencies>

Expand All @@ -326,6 +328,7 @@
<artifactId>microprofile-package</artifactId>
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 8dcbbbf

Please sign in to comment.