You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/03/25 06:21:18 UTC

svn commit: r522156 - /webservices/axis2/trunk/java/modules/metadata/pom.xml

Author: dims
Date: Sat Mar 24 21:21:15 2007
New Revision: 522156

URL: http://svn.apache.org/viewvc?view=rev&rev=522156
Log:
add saaj only for testing purposes

Modified:
    webservices/axis2/trunk/java/modules/metadata/pom.xml

Modified: webservices/axis2/trunk/java/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/pom.xml?view=diff&rev=522156&r1=522155&r2=522156
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/pom.xml Sat Mar 24 21:21:15 2007
@@ -45,6 +45,12 @@
             <artifactId>axis2-jaxws-api</artifactId>
 			<version>${version}</version>
         </dependency>
+		<dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-saaj</artifactId>
+			<version>${version}</version>
+			<scope>test</scope>
+        </dependency>
 		 <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org