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 2008/08/11 21:32:54 UTC

svn commit: r684885 - /cxf/trunk/rt/ws/security/pom.xml

Author: dkulp
Date: Mon Aug 11 12:32:53 2008
New Revision: 684885

URL: http://svn.apache.org/viewvc?rev=684885&view=rev
Log:
Add dep so the full exclusions can be found.

Modified:
    cxf/trunk/rt/ws/security/pom.xml

Modified: cxf/trunk/rt/ws/security/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=684885&r1=684884&r2=684885&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/pom.xml (original)
+++ cxf/trunk/rt/ws/security/pom.xml Mon Aug 11 12:32:53 2008
@@ -84,6 +84,10 @@
                 </exclusion>
             </exclusions>
         </dependency>
+	<dependency>
+	    <groupId>commons-logging</groupId>
+	    <artifactId>commons-logging</artifactId>
+	</dependency>
         <dependency>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>