[jbpm-commits] JBoss JBPM SVN: r2061 - jbpm3/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 1 11:32:58 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-01 11:32:58 -0400 (Mon, 01 Sep 2008)
New Revision: 2061

Modified:
   jbpm3/trunk/pom.xml
Log:
Fix cactus dependency version

Modified: jbpm3/trunk/pom.xml
===================================================================
--- jbpm3/trunk/pom.xml	2008-09-01 15:29:04 UTC (rev 2060)
+++ jbpm3/trunk/pom.xml	2008-09-01 15:32:58 UTC (rev 2061)
@@ -10,7 +10,8 @@
 <!-- ====================================================================== -->
 
 <!-- $Id: pom.xml 7412 2008-06-06 13:42:30Z thomas.diesler at jboss.com $ -->
-<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">
+<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 jBPM</name>
   <groupId>org.jboss.jbpm</groupId>
@@ -262,10 +263,15 @@
       </dependency>
       <dependency>
         <groupId>org.apache.cactus</groupId>
-        <artifactId>cactus.core.framework.javaEE.12-13-14</artifactId>
+        <artifactId>cactus.core.framework.wrapper.javaEE.14</artifactId>
         <version>${apache.cactus.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.cactus</groupId>
+        <artifactId>cactus.integration.shared.api</artifactId>
+        <version>${apache.cactus.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.jackrabbit</groupId>
         <artifactId>jackrabbit-core</artifactId>
         <version>${apache.jackrabbit.version}</version>
@@ -538,5 +544,4 @@
       </dependencies>
     </profile>
   </profiles>
-
-</project>
+</project>
\ No newline at end of file




More information about the jbpm-commits mailing list