Apache Karaf (karaf フレームワークは felix、バージョンは 4.2.1) に機能をインストールしているときに、以下のような制約違反を使用しています。
解決できませんでした。理由: パッケージで競合が使用されています: Import-Package: org.apache.http.entity; バージョン="0.0.0"
After googling , came to know that "Dependency Chain" can help in root causing the issue. but I do not know the steps to follow to get this dependency chain printed in the logs or osgi console
Example Dependency chain is given in the below URL: Dependency chain conflicts for Hibernate and Apache Felix
Thanks in advance