0

How I get the CXF version used on the follwowing maven dependency

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-cxf</artifactId>
    <version>2.16.5</version>
</dependency>
4

1 回答 1

0

我通过单击项目中的camel-cxf依赖项打开camel-cxf pom然后切换到“有效POM”来使用maven依赖项获得它。在那里您可以搜索 cxf-core 依赖项并获取版本。

于 2018-05-21T12:34:32.417 回答