You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/05/05 08:32:10 UTC

svn commit: r941162 - in /cxf/branches/2.2.x-fixes: ./ common/common/pom.xml

Author: dkulp
Date: Wed May  5 06:32:10 2010
New Revision: 941162

URL: http://svn.apache.org/viewvc?rev=941162&view=rev
Log:
Merged revisions 941082 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r941082 | cleclerc | 2010-05-04 18:50:22 -0400 (Tue, 04 May 2010) | 1 line
  
  Remove useless optional dependency jul-to-slf4j, we only need slf4j-api
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/common/common/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
            ('svn:mergeinfo' removed)

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/common/common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/common/common/pom.xml?rev=941162&r1=941161&r2=941162&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/common/common/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/common/common/pom.xml Wed May  5 06:32:10 2010
@@ -115,12 +115,6 @@
             <version>1.5.11</version>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jul-to-slf4j</artifactId>
-            <version>1.5.11</version>
-            <optional>true</optional>
-        </dependency>
 
         <dependency>
             <groupId>org.springframework</groupId>