0
필자는 tata-core-provider-servlets pom.xml에 새로운 dependencie를 추가했습니다 : "0.7.0"버전의 "io.jsonwebtoken". 이클립스에서 프로젝트를 만들 수 있지만 Karaf에서 번들을 시작하려면 다음 오류가 발생합니다.번들에있는 Karaf 해결되지 않은 제약 :! (버전> = 1.0.0)
Error executing command: Error executing command on bundles:
Unable to execute command on bundle 758: Unresolved constraint in bundle tata-core-provider-servlets [758]: Unable to resolve 758.0: missing requirement [758.0] osgi.wiring.package; (&(osgi.wiring.package=io.jsonwebtoken)(version>=0.7.0)(!(version>=1.0.0)))
Karaf에는 제한 사항이 있습니까? 1.0.0 미만의 종속성과 마찬가지로?
주셔서 감사 번들
동일한 번들에 있습니까? 그 이상한 원인이 0.7.0 최신입니다 –
@Charlyberthet 매니페스트 파일을 제공해 주시겠습니까? –
다음 중 어떤 것입니까? 내 프로젝트 또는 카라 프에서? –