Repository: cxf Updated Branches: refs/heads/master 51f433d54 -> 87e146fd9
Don't pull jaxb-api from the xjc-runtime either Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/87e146fd Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/87e146fd Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/87e146fd Branch: refs/heads/master Commit: 87e146fd90e8f860eb7f2a8e99ad792e7fba175b Parents: 51f433d Author: Daniel Kulp <[email protected]> Authored: Fri Jul 25 13:40:33 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Jul 25 13:40:33 2014 -0400 ---------------------------------------------------------------------- parent/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/87e146fd/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 99c4678..e416702 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -578,6 +578,12 @@ <groupId>org.apache.cxf.xjc-utils</groupId> <artifactId>cxf-xjc-runtime</artifactId> <version>${cxf.xjc-utils.version}</version> + <exclusions> + <exclusion> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>log4j</groupId>
