Author: dandiep
Date: Wed Oct 11 16:00:20 2006
New Revision: 463027
URL: http://svn.apache.org/viewvc?view=rev&rev=463027
Log:
Users are complaining jaxb isn't included by default in the poms and we have a
hard dependency on JAXB, so make it part of the default scope.
Modified:
incubator/cxf/trunk/common/common/pom.xml
Modified: incubator/cxf/trunk/common/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/common/pom.xml?view=diff&rev=463027&r1=463026&r2=463027
==============================================================================
--- incubator/cxf/trunk/common/common/pom.xml (original)
+++ incubator/cxf/trunk/common/common/pom.xml Wed Oct 11 16:00:20 2006
@@ -95,12 +95,10 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
- <scope>test</scope>
</dependency>
<dependency>