简体   繁体   中英

Could not find artifact com.sun.xml.bind:jaxb-impl:jar:2.0EA3 in central

mvn clean install failed with above error. In build log:

Downloading: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0EA3/jaxb-impl-2.0EA3.pom
Downloading: http://nexus.opencast.org/nexus/content/groups/public/com/sun/xml/bind/jaxb-impl/2.0EA3/jaxb-impl-2.0EA3.pom
Downloading: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0EA3/jaxb-impl-2.0EA3.jar
Downloading: http://nexus.opencast.org/nexus/content/groups/public/com/sun/xml/bind/jaxb-impl/2.0EA3/jaxb-impl-2.0EA3.jar
[WARNING] The POM for com.sun.xml.bind:jaxb-impl:jar:2.0EA3 is missing, no dependency information available

Did some digging around to find this prior resolved issue . Ok, now I understand that on the repos, it only exists as a pom file, there is no jar. But how do I move forward? This won't build without the dependency being resolved. Please note I'm not a java developer, just trying to get this built and would appreciate help from someone experienced.

Java 11.0.2, Maven 3.3.9

将2.0EA3与2.3.2交换为pom.xml中的依赖项,并成功完成构建。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM