Skip to content

Commit

Permalink
added human task jpa sources to jbpm bom
Browse files Browse the repository at this point in the history
(cherry picked from commit 28848b0)
  • Loading branch information
mswiderski committed Dec 17, 2013
1 parent 7f36531 commit 88d614e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jbpm-bom/pom.xml
Expand Up @@ -209,14 +209,20 @@
<artifactId>jbpm-human-task-audit</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-human-task-jpa</artifactId>
<version>${jbpm.version}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-audit</artifactId>
<artifactId>jbpm-human-task-jpa</artifactId>
<version>${jbpm.version}</version>
<classifier>sources</classifier>
</dependency>
Expand Down

0 comments on commit 88d614e

Please sign in to comment.