Hey all would it be possible to switch to a newer jaxb implementation in the camel-spring pom?
i ran into http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6402423 this bug and had to switch to a newer jaxb-impl in my project pom to get around it... it would be nice if i didnt have to do this for every project i want to use in this environment <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.1.3</version> </dependency> Thanks, Jason
