我需要添加 cxf-core , cxf-frontend 分机。文件在项目中。我试图在pom.xml中使用maven依赖添加这些,但它没有工作,并且在添加时版本号变为红色。
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
<version>2.6.2</version>
</dependency>
org.apache.cxf:cxf-rt-core:找不到2.6.2。
我还尝试使用外部.jar库添加。 IDE是 Intellij IDEA 。
答案 0 :(得分:1)
2.6.2为我工作,我使用Eclipse创建一个新的maven项目并粘贴在你的依赖项中。它工作,获取所需的罐子,并给我这个依赖层次结构。