You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by es...@apache.org on 2007/08/22 07:27:27 UTC

svn commit: r568423 - /portals/wsrp4j/trunk/commons/pom.xml

Author: esm
Date: Tue Aug 21 22:27:27 2007
New Revision: 568423

URL: http://svn.apache.org/viewvc?rev=568423&view=rev
Log:
Adding in Axis runtime dependencies.

Modified:
    portals/wsrp4j/trunk/commons/pom.xml

Modified: portals/wsrp4j/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/commons/pom.xml?rev=568423&r1=568422&r2=568423&view=diff
==============================================================================
--- portals/wsrp4j/trunk/commons/pom.xml (original)
+++ portals/wsrp4j/trunk/commons/pom.xml Tue Aug 21 22:27:27 2007
@@ -155,6 +155,30 @@
             <scope>compile</scope>
         </dependency>-->
 
+        <!-- Runtime dependencies ================================= -->
+        
+        <!-- Axis requires commons-discovery, axis-saaj, wsdl4j -->        
+        <dependency>
+            <artifactId>commons-discovery</artifactId>
+            <groupId>commons-discovery</groupId>
+            <version>${commons-discovery.version}</version>
+            <scope>runtime</scope>
+        </dependency>
+        
+        <dependency>
+            <artifactId>axis-saaj</artifactId>
+            <groupId>org.apache.axis</groupId>
+            <version>${axis.version}</version>
+            <scope>runtime</scope>
+        </dependency>
+        
+        <dependency>
+            <artifactId>wsdl4j</artifactId>
+            <groupId>wsdl4j</groupId>
+            <version>${wsdl4j.version}</version>
+            <scope>runtime</scope>
+        </dependency>
+        
         <!-- Provided dependencies ================================ -->
 
         <dependency>