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 su...@apache.org on 2008/02/20 10:50:53 UTC

svn commit: r629398 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Author: sumedha
Date: Wed Feb 20 01:50:41 2008
New Revision: 629398

URL: http://svn.apache.org/viewvc?rev=629398&view=rev
Log:
smack & commons-lang dependencies for xmpp transport

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

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?rev=629398&r1=629397&r2=629398&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Wed Feb 20 01:50:41 2008
@@ -150,7 +150,8 @@
         <xmlbeans.version>2.3.0</xmlbeans.version>
         <xmlschema.version>SNAPSHOT</xmlschema.version>
         <xmlunit.version>1.1</xmlunit.version>
-        
+        <smack.version>3.0.4</smack.version>
+        <commons.lang.version>2.3</commons.lang.version>
         <!-- The build failing if tests are skipped is very annoying -->
         <failIfNoTests>false</failIfNoTests>
     </properties>
@@ -962,6 +963,8 @@
                 <artifactId>xercesImpl</artifactId>
                 <version>${xerces.version}</version>
            </dependency>
+
+
             <dependency>
                 <groupId>com.sun.xml.ws</groupId>
                 <artifactId>jaxws-rt</artifactId>
@@ -1017,6 +1020,16 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+           <dependency>
+                <groupId>org.igniterealtime</groupId>
+                <artifactId>smack</artifactId>
+                <version>${smack.version}</version>
+           </dependency>
+           <dependency>
+                <groupId>commons-lang</groupId>
+                <artifactId>commons-lang</artifactId>
+                <version>${commons.lang.version}</version>
+           </dependency>                              
         </dependencies>
     </dependencyManagement>
     <!-- Top level dependencies that will be needed in all sub mvn modules -->



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