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 2012/01/12 23:19:30 UTC

svn commit: r1230816 - /cxf/trunk/tools/common/pom.xml

Author: dkulp
Date: Thu Jan 12 22:19:29 2012
New Revision: 1230816

URL: http://svn.apache.org/viewvc?rev=1230816&view=rev
Log:
Mark junit optional

Modified:
    cxf/trunk/tools/common/pom.xml

Modified: cxf/trunk/tools/common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/tools/common/pom.xml?rev=1230816&r1=1230815&r2=1230816&view=diff
==============================================================================
--- cxf/trunk/tools/common/pom.xml (original)
+++ cxf/trunk/tools/common/pom.xml Thu Jan 12 22:19:29 2012
@@ -38,6 +38,7 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>provided</scope>
+	    <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>asm</groupId>