Author: ningjiang Date: Wed Jan 27 13:16:47 2010 New Revision: 903630 URL: http://svn.apache.org/viewvc?rev=903630&view=rev Log: CAMEL-2411 Upgrade the ant-run plugin to use jaxb impl 2.1.12
Modified: camel/trunk/parent/pom.xml camel/trunk/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=903630&r1=903629&r2=903630&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Wed Jan 27 13:16:47 2010 @@ -1203,12 +1203,12 @@ <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>2.1.5-dev</version> + <version>2.1.12</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-xjc</artifactId> - <version>2.1.5-dev</version> + <version>2.1.12</version> </dependency> <dependency> <groupId>ant-contrib</groupId> Modified: camel/trunk/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=903630&r1=903629&r2=903630&view=diff ============================================================================== --- camel/trunk/pom.xml (original) +++ camel/trunk/pom.xml Wed Jan 27 13:16:47 2010 @@ -524,12 +524,12 @@ <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>2.1.5-dev</version> + <version>2.1.12</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-xjc</artifactId> - <version>2.1.5-dev</version> + <version>2.1.12</version> </dependency> <dependency> <groupId>ant-contrib</groupId>