You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ru...@apache.org on 2009/12/06 09:22:57 UTC

svn commit: r887645 - in /webservices/commons/branches/modules/transport/1.0.0/modules: sms/pom.xml testkit/pom.xml udp/pom.xml

Author: ruwan
Date: Sun Dec  6 08:22:41 2009
New Revision: 887645

URL: http://svn.apache.org/viewvc?rev=887645&view=rev
Log:
Fixing the dependencies to converge them 100%

Modified:
    webservices/commons/branches/modules/transport/1.0.0/modules/sms/pom.xml
    webservices/commons/branches/modules/transport/1.0.0/modules/testkit/pom.xml
    webservices/commons/branches/modules/transport/1.0.0/modules/udp/pom.xml

Modified: webservices/commons/branches/modules/transport/1.0.0/modules/sms/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/transport/1.0.0/modules/sms/pom.xml?rev=887645&r1=887644&r2=887645&view=diff
==============================================================================
--- webservices/commons/branches/modules/transport/1.0.0/modules/sms/pom.xml (original)
+++ webservices/commons/branches/modules/transport/1.0.0/modules/sms/pom.xml Sun Dec  6 08:22:41 2009
@@ -197,7 +197,6 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.smslib</groupId>

Modified: webservices/commons/branches/modules/transport/1.0.0/modules/testkit/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/transport/1.0.0/modules/testkit/pom.xml?rev=887645&r1=887644&r2=887645&view=diff
==============================================================================
--- webservices/commons/branches/modules/transport/1.0.0/modules/testkit/pom.xml (original)
+++ webservices/commons/branches/modules/transport/1.0.0/modules/testkit/pom.xml Sun Dec  6 08:22:41 2009
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <version>1.3.0</version>
+            <version>1.4.3</version>
         </dependency>
         <dependency>
             <groupId>org.aspectj</groupId>
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <version>1.2.13</version>
+            <version>1.2.14</version>
         </dependency>
         <dependency>
             <groupId>jetty</groupId>

Modified: webservices/commons/branches/modules/transport/1.0.0/modules/udp/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/transport/1.0.0/modules/udp/pom.xml?rev=887645&r1=887644&r2=887645&view=diff
==============================================================================
--- webservices/commons/branches/modules/transport/1.0.0/modules/udp/pom.xml (original)
+++ webservices/commons/branches/modules/transport/1.0.0/modules/udp/pom.xml Sun Dec  6 08:22:41 2009
@@ -63,16 +63,16 @@
             <artifactId>axis2-transport-base</artifactId>
             <version>${version}</version>
         </dependency>
-      <dependency>
-        <groupId>org.apache.axis2</groupId>
-        <artifactId>axis2-transport-testkit</artifactId>
-        <version>${pom.version}</version>
-        <scope>test</scope>
-      </dependency>
-      
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-testkit</artifactId>
+            <version>${pom.version}</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
         </dependency>
     </dependencies>
+    
 </project>