[jbpm-commits] JBoss JBPM SVN: r4255 - in jbpm4/branches/tbaeyens: modules/examples and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 16 19:59:16 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-03-16 19:59:16 -0400 (Mon, 16 Mar 2009)
New Revision: 4255

Modified:
   jbpm4/branches/tbaeyens/modules/examples/pom.xml
   jbpm4/branches/tbaeyens/pom.xml
Log:
add jboss-client dependency

Modified: jbpm4/branches/tbaeyens/modules/examples/pom.xml
===================================================================
--- jbpm4/branches/tbaeyens/modules/examples/pom.xml	2009-03-16 23:45:03 UTC (rev 4254)
+++ jbpm4/branches/tbaeyens/modules/examples/pom.xml	2009-03-16 23:59:16 UTC (rev 4255)
@@ -117,6 +117,11 @@
           <artifactId>jbossall-client</artifactId>
           <scope>runtime</scope>
         </dependency>
+        <dependency>
+        	<groupId>org.jboss.client</groupId>
+        	<artifactId>jboss-client</artifactId>
+        	<scope>runtime</scope>
+        </dependency>
       </dependencies>
       <build>
         <plugins>

Modified: jbpm4/branches/tbaeyens/pom.xml
===================================================================
--- jbpm4/branches/tbaeyens/pom.xml	2009-03-16 23:45:03 UTC (rev 4254)
+++ jbpm4/branches/tbaeyens/pom.xml	2009-03-16 23:59:16 UTC (rev 4255)
@@ -235,6 +235,11 @@
         <version>${jboss.client.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.jboss.client</groupId>
+        <artifactId>jboss-client</artifactId>
+        <version>${jboss.client.version}</version>
+      </dependency>
+      <dependency>
         <groupId>juel</groupId>
         <artifactId>juel</artifactId>
         <version>${juel.version}</version>




More information about the jbpm-commits mailing list