[jbossws-commits] JBossWS SVN: r15967 - in stack/cxf/trunk/modules: client and 3 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Mar 16 06:02:13 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-03-16 06:02:12 -0400 (Fri, 16 Mar 2012)
New Revision: 15967

Modified:
   stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml
   stack/cxf/trunk/modules/client/pom.xml
   stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
   stack/cxf/trunk/modules/testsuite/pom.xml
   stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml
Log:
Minor cleanup / sort of dependencies version


Modified: stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml
===================================================================
--- stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml	2012-03-15 15:12:24 UTC (rev 15966)
+++ stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml	2012-03-16 10:02:12 UTC (rev 15967)
@@ -86,7 +86,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml	2012-03-15 15:12:24 UTC (rev 15966)
+++ stack/cxf/trunk/modules/client/pom.xml	2012-03-16 10:02:12 UTC (rev 15967)
@@ -230,7 +230,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml	2012-03-15 15:12:24 UTC (rev 15966)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml	2012-03-16 10:02:12 UTC (rev 15967)
@@ -34,7 +34,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-03-15 15:12:24 UTC (rev 15966)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-03-16 10:02:12 UTC (rev 15967)
@@ -24,10 +24,13 @@
     <test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
     <test.resources.directory>${project.build.directory}/test-resources</test.resources.directory>
     <wsdl.publish.location>${project.build.directory}/wsdl-publish</wsdl.publish.location>
+    <log4j.output.dir>${project.build.directory}</log4j.output.dir>
+    <appclient.output.dir>${project.build.directory}/appclient-logs</appclient.output.dir>
+    
     <org.littleshoot.littleproxy.version>0.4</org.littleshoot.littleproxy.version>
     <org.slf4j.version>1.6.1</org.slf4j.version>
-    <log4j.output.dir>${project.build.directory}</log4j.output.dir>
-    <appclient.output.dir>${project.build.directory}/appclient-logs</appclient.output.dir>
+    <gnu.getopt.version>1.0.13</gnu.getopt.version>
+    <log4j.version>1.2.14</log4j.version>
   </properties>
 
   <!-- Modules -->
@@ -53,7 +56,7 @@
     <dependency>
       <groupId>gnu-getopt</groupId>
       <artifactId>getopt</artifactId>
-      <version>1.0.13</version>
+      <version>${gnu.getopt.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -101,7 +104,7 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.14</version>
+      <version>${log4j.version}</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>

Modified: stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml	2012-03-15 15:12:24 UTC (rev 15966)
+++ stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml	2012-03-16 10:02:12 UTC (rev 15967)
@@ -24,7 +24,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>



More information about the jbossws-commits mailing list