Skip to content

Commit

Permalink
Fix large jbpm-container archives
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianMacik authored and psiroky committed Nov 27, 2017
1 parent 84e5ec1 commit e80cb72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
<configuration>
<properties>
<cargo.jboss.configuration>standalone-full</cargo.jboss.configuration>
<cargo.jvmargs>-Xmx2g</cargo.jvmargs>
<cargo.jvmargs>-Xmx1g</cargo.jvmargs>
<!-- Datasource -->
<cargo.datasource.datasource.jbpm>
cargo.datasource.driver=${org.jbpm.datasource.driver.class}|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<id>hibernate-entitymanager</id>
<dependencies>
<dependency>
<groupId>org.jboss.qa.droolsjbpm.integration</groupId>
<groupId>org.jbpm</groupId>
<artifactId>idep-hibernate-entitymanager</artifactId>
</dependency>
</dependencies>
Expand Down Expand Up @@ -75,6 +75,12 @@
<groupId>org.jboss.spec.javax.annotation</groupId>
<artifactId>jboss-annotations-api_1.2_spec</artifactId>
</exclusion>
<!-- Seems as a bug in ShrinkWrap which resolves also optional dependencies,
so we have to exclude all of them -->
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit e80cb72

Please sign in to comment.