You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2012/06/27 13:26:11 UTC

svn commit: r1354432 - in /axis/axis2/java/core/trunk/modules: kernel/pom.xml parent/pom.xml tool/axis2-idea-plugin/pom.xml

Author: sagara
Date: Wed Jun 27 11:26:10 2012
New Revision: 1354432

URL: http://svn.apache.org/viewvc?rev=1354432&view=rev
Log:
Change POM dependencies according to recent Woden changes.  

Modified:
    axis/axis2/java/core/trunk/modules/kernel/pom.xml
    axis/axis2/java/core/trunk/modules/parent/pom.xml
    axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml

Modified: axis/axis2/java/core/trunk/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/pom.xml?rev=1354432&r1=1354431&r2=1354432&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/kernel/pom.xml Wed Jun 27 11:26:10 2012
@@ -71,12 +71,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.woden</groupId>
-            <artifactId>woden-api</artifactId>
-            <version>${woden.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.woden</groupId>
-            <artifactId>woden-impl-dom</artifactId>
+            <artifactId>woden-core</artifactId>
             <version>${woden.version}</version>
         </dependency>
         <dependency>

Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1354432&r1=1354431&r2=1354432&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Wed Jun 27 11:26:10 2012
@@ -742,15 +742,10 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.woden</groupId>
-                <artifactId>woden-api</artifactId>
+                <artifactId>woden-core</artifactId>
                 <version>${woden.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.woden</groupId>
-                <artifactId>woden-impl-dom</artifactId>
-                <version>${woden.version}</version>
-            </dependency>
-                <dependency>
                 <groupId>javax.ws.rs</groupId>
                 <artifactId>jsr311-api</artifactId>
                 <version>${jsr311.api.version}</version>

Modified: axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml?rev=1354432&r1=1354431&r2=1354432&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml Wed Jun 27 11:26:10 2012
@@ -118,11 +118,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.woden</groupId>
-            <artifactId>woden-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.woden</groupId>
-            <artifactId>woden-impl-dom</artifactId>
+            <artifactId>woden-core</artifactId>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>