【发布时间】:2014-08-24 09:43:01
【问题描述】:
我有一个包含许多捆绑包的应用程序。事实证明,我需要使用来自 may bundles 的导入,并且我从 maven 收到警告说三个是 bundles 依赖项中的循环。
The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='bundle1'}' and 'Vertex{label='bundle1'}' introduces to cycle in the graph .................
为了解决导入问题,有没有将对象存储在 Apache Felix 框架中,我可以在每个包中插入和使用它?
【问题讨论】:
标签: java osgi apache-felix