Author: dkulp
Date: Fri Mar 30 15:46:19 2012
New Revision: 1307481
URL: http://svn.apache.org/viewvc?rev=1307481&view=rev
Log:
Add jaxb-api so it works on Java5. Update bundle plugin version
Modified:
cxf/xjc-utils/trunk/runtime/pom.xml
Modified: cxf/xjc-utils/trunk/runtime/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/runtime/pom.xml?rev=1307481&r1=1307480&r2=1307481&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/runtime/pom.xml (original)
+++ cxf/xjc-utils/trunk/runtime/pom.xml Fri Mar 30 15:46:19 2012
@@ -30,7 +30,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.6</version>
+ <version>2.3.7</version>
<extensions>true</extensions>
<configuration>
<instructions>
@@ -53,6 +53,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
</dependencies>
</project>