This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch transport
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-transports.git

commit 518c304fd253c8da96683d53e927238cb70507a7
Author: Ruwan Linton <ru...@apache.org>
AuthorDate: Sun Dec 6 08:22:41 2009 +0000

    Fixing the dependencies to converge them 100%
---
 1.0.0/modules/sms/pom.xml     |  1 -
 1.0.0/modules/testkit/pom.xml |  4 ++--
 1.0.0/modules/udp/pom.xml     | 14 +++++++-------
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/1.0.0/modules/sms/pom.xml b/1.0.0/modules/sms/pom.xml
index d7a7a33..496713e 100644
--- a/1.0.0/modules/sms/pom.xml
+++ b/1.0.0/modules/sms/pom.xml
@@ -197,7 +197,6 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.smslib</groupId>
diff --git a/1.0.0/modules/testkit/pom.xml b/1.0.0/modules/testkit/pom.xml
index 1d4da7d..a23151a 100644
--- a/1.0.0/modules/testkit/pom.xml
+++ b/1.0.0/modules/testkit/pom.xml
@@ -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>
diff --git a/1.0.0/modules/udp/pom.xml b/1.0.0/modules/udp/pom.xml
index 54347bd..f93b17f 100644
--- a/1.0.0/modules/udp/pom.xml
+++ b/1.0.0/modules/udp/pom.xml
@@ -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>

Reply via email to