Author: alessio.soldano(a)jboss.com
Date: 2011-12-15 18:52:59 -0500 (Thu, 15 Dec 2011)
New Revision: 15400
Modified:
stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml
Log:
[JBWS-3400] Prevent junit from leaking into compile time dependency:tree
Modified: stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml
===================================================================
--- stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml 2011-12-15 23:20:45
UTC (rev 15399)
+++ stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml 2011-12-15 23:52:59
UTC (rev 15400)
@@ -32,6 +32,12 @@
<dependency>
<groupId>org.jboss.com.sun.httpserver</groupId>
<artifactId>httpserver</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- Spring -->
Show replies by date