Repository: camel Updated Branches: refs/heads/master 27931b240 -> b8d76be11
CAMEL-7314: Fixed the compilation errros in eclipse because of upgrade to JAXB 2.2.7 when maven-eclipse-plugin is in use. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b8d76be1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b8d76be1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b8d76be1 Branch: refs/heads/master Commit: b8d76be116e991299e2af5aea96dfa958e4c4a2c Parents: 27931b2 Author: Babak Vahdat <[email protected]> Authored: Sun Jun 15 13:58:42 2014 +0200 Committer: Babak Vahdat <[email protected]> Committed: Sun Jun 15 13:58:42 2014 +0200 ---------------------------------------------------------------------- parent/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b8d76be1/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index f29a951..fbe98e7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2364,6 +2364,10 @@ <nature>org.eclipse.jdt.core.javanature</nature> <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> </projectnatures> + <!-- exclude the old JSR173 1.0 transitive dependency through com.sun.xml.bind:jaxb-impl:jar:2.2.7 --> + <excludes> + <exclude>javax.xml.bind:jsr173_api</exclude> + </excludes> <additionalConfig> <file> <name>.checkstyle</name>
