[jbpm-commits] JBoss JBPM SVN: r2273 - jbpm3/trunk/modules/distribution.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 17 10:08:59 EDT 2008


Author: koen.aers at jboss.com
Date: 2008-09-17 10:08:59 -0400 (Wed, 17 Sep 2008)
New Revision: 2273

Modified:
   jbpm3/trunk/modules/distribution/pom.xml
Log:
JBPM-1420: add the dependency on the jbpm-examples module

Modified: jbpm3/trunk/modules/distribution/pom.xml
===================================================================
--- jbpm3/trunk/modules/distribution/pom.xml	2008-09-17 14:07:43 UTC (rev 2272)
+++ jbpm3/trunk/modules/distribution/pom.xml	2008-09-17 14:08:59 UTC (rev 2273)
@@ -70,6 +70,12 @@
     </dependency>
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
+      <artifactId>jbpm-examples</artifactId>
+      <classifier>examples</classifier>
+      <version>${version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jbpm.jbpm3</groupId>
       <artifactId>jbpm-identity</artifactId>
       <classifier>service</classifier>
       <version>${version}</version>




More information about the jbpm-commits mailing list