[jbossws-commits] JBossWS SVN: r11937 - in stack/cxf/trunk: modules/client and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Apr 6 04:30:36 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-04-06 04:30:35 -0400 (Tue, 06 Apr 2010)
New Revision: 11937

Modified:
   stack/cxf/trunk/modules/client/pom.xml
   stack/cxf/trunk/pom.xml
Log:
[JBWS-2988] Adding dependency on jboss-logging


Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml	2010-04-05 06:09:33 UTC (rev 11936)
+++ stack/cxf/trunk/modules/client/pom.xml	2010-04-06 08:30:35 UTC (rev 11937)
@@ -179,6 +179,14 @@
       <groupId>apache-log4j</groupId>
       <artifactId>log4j</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
   </dependencies>
 
   <build>

Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml	2010-04-05 06:09:33 UTC (rev 11936)
+++ stack/cxf/trunk/pom.xml	2010-04-06 08:30:35 UTC (rev 11937)
@@ -60,6 +60,7 @@
     <cxf.asm.version>2.2.3</cxf.asm.version>
     <fastinfoset.api.version>1.2.7</fastinfoset.api.version>
     <jboss.common.core.version>2.2.16.GA</jboss.common.core.version>
+    <jboss.logging.version>2.2.0.CR1</jboss.logging.version>
     <jaxb.api.version>2.1</jaxb.api.version>
     <jaxb.impl.version>2.1.12</jaxb.impl.version>
     <jaxrpc.api.version>1.1</jaxrpc.api.version>
@@ -416,6 +417,16 @@
         <artifactId>commons-logging</artifactId>
         <version>${commons.logging.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.jboss.logging</groupId>
+        <artifactId>jboss-logging-log4j</artifactId>
+        <version>${jboss.logging.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.logging</groupId>
+        <artifactId>jboss-logging-spi</artifactId>
+        <version>${jboss.logging.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   



More information about the jbossws-commits mailing list