Skip to content

Commit

Permalink
added new modules for jbpm and removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mswiderski committed Dec 17, 2013
1 parent db6e66d commit 7f36531
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions jbpm-bom/pom.xml
Expand Up @@ -206,29 +206,38 @@
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-shared-services</artifactId>
<artifactId>jbpm-human-task-audit</artifactId>
<version>${jbpm.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-jpa</artifactId>
<version>${jbpm.version}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-audit</artifactId>
<version>${jbpm.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-shared-services</artifactId>
<version>${jbpm.version}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-shared-services</artifactId>
<version>${jbpm.version}</version>
<type>test-jar</type>
<scope>test</scope>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-shared-services</artifactId>
<version>${jbpm.version}</version>
<classifier>btm</classifier>
<optional>true</optional>
</dependency>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-core</artifactId>
Expand Down

0 comments on commit 7f36531

Please sign in to comment.