取决于版本与 servicemix 上可用版本不同的库(commons-pool 1.6)
我有一个项目(camel osgi 包),我在其中使用 commons-pool 1.6(支持泛型),而 servicemix 的版本为 1.5.4
我需要做什么才能解决此依赖关系?
Unable to resolve 219.13: missing requirement [219.13] package; (&(package=org.apache.commons.pool)(version>=1.6.0)...
I have a project (camel osgi bundle) on which I use commons-pool 1.6 (which supports generics) whereas servicemix has version 1.5.4
What do i need to do to have this dependency resolved ?
Unable to resolve 219.13: missing requirement [219.13] package; (&(package=org.apache.commons.pool)(version>=1.6.0)...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于
commons-pool
JAR 已经是一个 OSGi 包,因此您应该能够使用以下命令安装它:Since the
commons-pool
JAR is already an OSGi bundle, you should be able to install it with: