Skip to content

Commit

Permalink
BZ-1006055 - Include knowledge-api in bpms-engine.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
krisv committed Sep 12, 2013
1 parent b0c8967 commit bcbcb62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions droolsjbpm-bpms-distribution/pom.xml
Expand Up @@ -116,6 +116,10 @@
<groupId>org.kie</groupId>
<artifactId>kie-spring</artifactId>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>knowledge-api</artifactId>
</dependency>

<!-- The old assembly also included this optional dependency -->
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions droolsjbpm-brms-distribution/pom.xml
Expand Up @@ -68,6 +68,10 @@
<groupId>org.kie</groupId>
<artifactId>kie-spring</artifactId>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>knowledge-api</artifactId>
</dependency>

<!-- The old assembly also included this optional dependency -->
<dependency>
Expand Down

0 comments on commit bcbcb62

Please sign in to comment.