[jbpm-commits] JBoss JBPM SVN: r5749 - jbpm3/branches/jbpm-3.2-soa/modules/simulation.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Oct 17 23:26:24 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-10-17 23:26:23 -0400 (Sat, 17 Oct 2009)
New Revision: 5749

Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml
Log:
[JBPM-2591] declare explicit dependency on commons-beanutils

Modified: jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml	2009-10-16 15:06:59 UTC (rev 5748)
+++ jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml	2009-10-18 03:26:23 UTC (rev 5749)
@@ -10,7 +10,9 @@
 <!-- ====================================================================== -->
 
 <!-- $Id$ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>JBoss jBPM3 - Simulation</name>
@@ -63,6 +65,10 @@
 
     <!-- Compile Dependencies -->
     <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+    </dependency>
+    <dependency>
       <groupId>desmoj</groupId>
       <artifactId>desmoj</artifactId>
     </dependency>
@@ -71,6 +77,10 @@
       <artifactId>dom4j</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate</artifactId>
+    </dependency>
+    <dependency>
       <groupId>jasperreports</groupId>
       <artifactId>jasperreports</artifactId>
       <exclusions>
@@ -96,10 +106,6 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
-    </dependency>
 
     <!-- Test Dependencies -->
     <dependency>



More information about the jbpm-commits mailing list