Author: dkulp
Date: Thu Feb 21 13:35:51 2008
New Revision: 630005
URL: http://svn.apache.org/viewvc?rev=630005&view=rev
Log:
Remove the "optional" part for asm as there are now a LOT of cases that will
require it.
Modified:
incubator/cxf/trunk/rt/frontend/jaxws/pom.xml
Modified: incubator/cxf/trunk/rt/frontend/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/pom.xml?rev=630005&r1=630004&r2=630005&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/frontend/jaxws/pom.xml (original)
+++ incubator/cxf/trunk/rt/frontend/jaxws/pom.xml Thu Feb 21 13:35:51 2008
@@ -62,7 +62,6 @@
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>