Author: jeff.yuchang
Date: 2010-12-05 05:13:03 -0500 (Sun, 05 Dec 2010)
New Revision: 1187
Modified:
branches/RiftSaw-2.2.x/pom.xml
Log:
*RIFTSAW-286, make it maven3 compliant.
Modified: branches/RiftSaw-2.2.x/pom.xml
===================================================================
--- branches/RiftSaw-2.2.x/pom.xml 2010-12-05 09:55:16 UTC (rev 1186)
+++ branches/RiftSaw-2.2.x/pom.xml 2010-12-05 10:13:03 UTC (rev 1187)
@@ -200,6 +200,12 @@
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>riftsaw-utils</artifactId>
<version>${riftsaw.ode.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.woden</groupId>
+ <artifactId>woden</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.soa.bpel</groupId>
Show replies by date