Author: hadrian Date: Mon Mar 4 23:08:47 2013 New Revision: 1452586 URL: http://svn.apache.org/r1452586 Log: Fix msv test failures due to old dependency
Modified: camel/branches/camel-2.9.x/components/camel-msv/pom.xml Modified: camel/branches/camel-2.9.x/components/camel-msv/pom.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/components/camel-msv/pom.xml?rev=1452586&r1=1452585&r2=1452586&view=diff ============================================================================== --- camel/branches/camel-2.9.x/components/camel-msv/pom.xml (original) +++ camel/branches/camel-2.9.x/components/camel-msv/pom.xml Mon Mar 4 23:08:47 2013 @@ -61,7 +61,7 @@ <dependency> <groupId>com.sun.msv.datatype.xsd</groupId> <artifactId>xsdlib</artifactId> - <version>20060615</version> + <version>2013.2</version> </dependency> <!-- for testing --> @@ -76,4 +76,4 @@ <scope>test</scope> </dependency> </dependencies> -</project> \ No newline at end of file +</project>