我正在尝试向现有的 osgi 框架 (www.ogema.org) 添加一个模块。我必须使用依赖于 javax.smartcardio 的库。我将库添加到本地存储库,这似乎有效。但是当我想启动使用该库的包时,我得到了错误:
The bundle "org.ogema.examples.securitymodule-app_1.1.1 [12]" could not be resolved. Reason: Missing Constraint: Import-Package: javax.smartcardio; version="0.0.0"
如何将 javax.smartcardio 添加为依赖项?