OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | dragon-commits List | June 2010 Index

<--  Date Index  --> <--  Thread Index  -->

[[dragon-commits]] [986] trunk/core/pom.xml: fix conflict dependency on addressing definition


Title: [986] trunk/core/pom.xml: fix conflict dependency on addressing definition
Revision
986
Author
nsalatge
Date
2010-06-02 13:17:35 +0200 (Wed, 02 Jun 2010)

Log Message

fix conflict dependency on addressing definition

Modified Paths

Diff

Modified: trunk/core/pom.xml (985 => 986)


--- trunk/core/pom.xml	2010-06-01 15:50:41 UTC (rev 985)
+++ trunk/core/pom.xml	2010-06-02 11:17:35 UTC (rev 986)
@@ -83,11 +83,23 @@
             <artifactId>ws-notification-definition</artifactId>
             <groupId>com.ebmwebsourcing.wsstar</groupId>
             <version>1.1</version>
+            <exclusions>
+            	<exclusion>
+            		<artifactId>ws-addressing-definition</artifactId>
+					<groupId>com.ebmwebsourcing.wsstar</groupId>
+            	</exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <artifactId>ws-notification-extension</artifactId>
             <groupId>com.ebmwebsourcing.wsstar</groupId>
             <version>1.1</version>
+            <exclusions>
+            	<exclusion>
+            		<artifactId>ws-addressing-definition</artifactId>
+					<groupId>com.ebmwebsourcing.wsstar</groupId>
+            	</exclusion>
+            </exclusions>
         </dependency>
 
         <!--  ############# -->


<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.