我使用的是maven,但我不理解以下依赖项之间的区别:
(1) http://mvnrepository.com/artifact/org.apache.cxf/cxf-bundle/3.0.0-milestone2
2.) http://mvnrepository.com/artifact/org.apache.cxf/cxf-bundle-compatible/3.0.3
选项2似乎比较新,但我可以使用它吗?
目前我使用"http://mvnrepository.com/artifact/org.apache.cxf/cxf-bundle/2.7.14",但我想升级到V.3.x.x
我还没有找到任何关于cxf-bundle/3.0.0-里程碑2的信息,但是也许有人知道,为什么会找到更多关于这个的信息。
发布于 2015-02-16 16:04:06
大的整体束在3.0中被移除。使用应用程序所需的各个包。
https://stackoverflow.com/questions/28539616
复制相似问题