Author: jeff.yuchang
Date: 2010-12-05 05:17:59 -0500 (Sun, 05 Dec 2010)
New Revision: 1189
Modified:
branches/RiftSaw-2.1.x/pom.xml
Log:
*RIFTSAW-286, maven3 compliant.
Modified: branches/RiftSaw-2.1.x/pom.xml
===================================================================
--- branches/RiftSaw-2.1.x/pom.xml 2010-12-05 10:15:01 UTC (rev 1188)
+++ branches/RiftSaw-2.1.x/pom.xml 2010-12-05 10:17:59 UTC (rev 1189)
@@ -172,6 +172,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