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>