Skip to content

Commit

Permalink
Merge pull request #2 from cunningt/bpm_excludes
Browse files Browse the repository at this point in the history
Bpm excludes
  • Loading branch information
lincolnthree committed Aug 20, 2013
2 parents dfe8d26 + 60bbbae commit 14b6d86
Showing 1 changed file with 54 additions and 11 deletions.
65 changes: 54 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,60 @@
<artifactId>switchyard-component-bpm</artifactId>
<version>${switchyard.version}</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-audit</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-bpmn2</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-flow-builder</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-form-services</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-workitems</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-kie-services</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-persistence-jpa</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-runtime-manager</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-shared-services</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-workitems</artifactId>
</exclusion>






<exclusion>
<artifactId>ecj</artifactId>
<groupId>org.eclipse.jdt.core.compiler</groupId>
Expand Down Expand Up @@ -151,17 +205,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-bpm</artifactId>
<version>${switchyard.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jdt.core.compiler</groupId>
<artifactId>ecj</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-rules</artifactId>
Expand Down

0 comments on commit 14b6d86

Please sign in to comment.