我已经使用 testng 6.9.6 与 pax-exam 集成。但是我注意到 testng 6.9.6 jar 的清单文件中缺少 OSGi 标头。[1]。所以不得不切换到6.9.4版本。知道为什么它在 6.9.6 中不存在吗?
[1]。http://mvnrepository.com/artifact/org.testng/testng/6.9.6
我已经使用 testng 6.9.6 与 pax-exam 集成。但是我注意到 testng 6.9.6 jar 的清单文件中缺少 OSGi 标头。[1]。所以不得不切换到6.9.4版本。知道为什么它在 6.9.6 中不存在吗?
[1]。http://mvnrepository.com/artifact/org.testng/testng/6.9.6
我们更改了构建工具并忘记了 osgi 配置。现在应该修复它:https ://github.com/cbeust/testng/issues/759