0

我有一个项目(camel osgi bundle),我在该项目上使用 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)...
4

1 回答 1

1

由于commons-poolJAR 已经是一个 OSGi 包,您应该能够使用以下命令安装它:

osgi:install -s mvn:commons-pool/commons-pool/1.6
于 2012-01-26T14:47:50.817 回答