Author: veithen
Date: Sat Apr  9 06:52:17 2011
New Revision: 1090533

URL: http://svn.apache.org/viewvc?rev=1090533&view=rev
Log:
Moved the DOOM dependency to the right module(s).

Modified:
    axis/axis2/java/rampart/trunk/modules/rampart-core/pom.xml
    axis/axis2/java/rampart/trunk/modules/rampart-trust/pom.xml
    axis/axis2/java/rampart/trunk/pom.xml

Modified: axis/axis2/java/rampart/trunk/modules/rampart-core/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/rampart-core/pom.xml?rev=1090533&r1=1090532&r2=1090533&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/modules/rampart-core/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/modules/rampart-core/pom.xml Sat Apr  9 
06:52:17 2011
@@ -67,6 +67,10 @@
             <artifactId>rampart-trust</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-dom</artifactId>
+        </dependency>
     </dependencies>
 
     <reporting>

Modified: axis/axis2/java/rampart/trunk/modules/rampart-trust/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/rampart-trust/pom.xml?rev=1090533&r1=1090532&r2=1090533&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/modules/rampart-trust/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/modules/rampart-trust/pom.xml Sat Apr  9 
06:52:17 2011
@@ -62,6 +62,10 @@
             <artifactId>rampart-policy</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-dom</artifactId>
+        </dependency>
     </dependencies>
 
     <reporting>

Modified: axis/axis2/java/rampart/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1090533&r1=1090532&r2=1090533&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/pom.xml Sat Apr  9 06:52:17 2011
@@ -202,10 +202,6 @@
             <version>${axis2.version}</version>
             <scope>compile</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-dom</artifactId>
-        </dependency>
 
         <!-- Other Rampart Dependencies -->
         <dependency>


Reply via email to