You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/10/15 22:23:25 UTC

svn commit: r584897 - in /geronimo/server/trunk: configs/axis/pom.xml modules/geronimo-axis/src/main/resources/

Author: gawor
Date: Mon Oct 15 13:23:24 2007
New Revision: 584897

URL: http://svn.apache.org/viewvc?rev=584897&view=rev
Log:
moved dependencies from geronimo-dependency.xml to config modules. right version of openejb-axis is getting installed now

Removed:
    geronimo/server/trunk/modules/geronimo-axis/src/main/resources/
Modified:
    geronimo/server/trunk/configs/axis/pom.xml

Modified: geronimo/server/trunk/configs/axis/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis/pom.xml?rev=584897&r1=584896&r2=584897&view=diff
==============================================================================
--- geronimo/server/trunk/configs/axis/pom.xml (original)
+++ geronimo/server/trunk/configs/axis/pom.xml Mon Oct 15 13:23:24 2007
@@ -65,6 +65,21 @@
             <version>${version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>axis</groupId>
+            <artifactId>axis</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.openejb</groupId>
+            <artifactId>openejb-axis</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-discovery</groupId>
+            <artifactId>commons-discovery</artifactId>
+        </dependency>
+
         <!-- JAXR implementation -->
         <dependency>
             <groupId>org.apache.ws.scout</groupId>
@@ -97,7 +112,25 @@
                       <dependency>
                         <groupId>org.apache.geronimo.modules</groupId>
                         <artifactId>geronimo-axis</artifactId>
-                        <version>2.1-SNAPSHOT</version>
+                        <version>${version}</version>
+                        <type>jar</type>
+                      </dependency>
+                      <dependency>
+                        <groupId>axis</groupId>
+                        <artifactId>axis</artifactId>
+                        <version>1.4</version>
+                        <type>jar</type>
+                      </dependency>
+                      <dependency>
+                        <groupId>org.apache.openejb</groupId>
+                        <artifactId>openejb-axis</artifactId>
+                        <version>${openejbVersion}</version>
+                        <type>jar</type>
+                      </dependency>
+                      <dependency>
+                        <groupId>commons-discovery</groupId>
+                        <artifactId>commons-discovery</artifactId>
+                        <version>0.4</version>
                         <type>jar</type>
                       </dependency>
                       <dependency>