[
https://issues.apache.org/jira/browse/CXF-5955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14098712#comment-14098712
]
Daniel Kulp commented on CXF-5955:
----------------------------------
Output of "mvn -version" for me:
{code}
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9;
2014-02-14T12:37:52-05:00)
Maven home: /Users/dkulp/bin/maven
Java version: 1.7.0_67, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.4", arch: "x86_64", family: "mac"
{code}
> Wrong JAXB version used in JDK 1.7 with Maven 3.2.x
> ---------------------------------------------------
>
> Key: CXF-5955
> URL: https://issues.apache.org/jira/browse/CXF-5955
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Affects Versions: 2.7.12
> Environment: OSX
> JDK 7u55, 7u60, 7u65
> Maven 3.0.5, 3.1.1, 3.2.1, 3.2.2
> Reporter: Jason Klapste
> Priority: Minor
> Labels: maven
> Fix For: NeedMoreInfo
>
>
> Under Maven 3.0.5 and 3.1.1, the following JAXB dependency versions are
> pulled in under JDK 1.7:
> {noformat}
> [INFO] +- org.apache.cxf:cxf-rt-core:jar:2.7.12:compile
> [INFO] | +- org.apache.cxf:cxf-api:jar:2.7.12:compile
> [INFO] | | +- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.0:compile
> [INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
> [INFO] | | \- wsdl4j:wsdl4j:jar:1.6.3:compile
> [INFO] | +- com.sun.xml.bind:jaxb-impl:jar:2.2.6:compile
> {noformat}
> Under Maven 3.2.1 and 3.2.2, it seems the Maven profile "jdk17" is not being
> activated:
> {noformat}
> [INFO] +- org.apache.cxf:cxf-rt-core:jar:2.7.12:compile
> [INFO] | +- org.apache.cxf:cxf-api:jar:2.7.12:compile
> [INFO] | | +- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.0:compile
> [INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
> [INFO] | | \- wsdl4j:wsdl4j:jar:1.6.3:compile
> [INFO] | +- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)