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 2013/07/15 23:24:44 UTC

svn commit: r1503480 - /cxf/trunk/services/xkms/xkms-x509-handlers/pom.xml

Author: dkulp
Date: Mon Jul 15 21:24:44 2013
New Revision: 1503480

URL: http://svn.apache.org/r1503480
Log:
Fix a duplicate dep

Modified:
    cxf/trunk/services/xkms/xkms-x509-handlers/pom.xml

Modified: cxf/trunk/services/xkms/xkms-x509-handlers/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/xkms/xkms-x509-handlers/pom.xml?rev=1503480&r1=1503479&r2=1503480&view=diff
==============================================================================
--- cxf/trunk/services/xkms/xkms-x509-handlers/pom.xml (original)
+++ cxf/trunk/services/xkms/xkms-x509-handlers/pom.xml Mon Jul 15 21:24:44 2013
@@ -63,11 +63,6 @@
             <artifactId>easymock</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>