jar ファイル osgi.core-4.0.1.jar がローカルの .bnd フォルダーにあるにもかかわらず、このエラーが発生します。
Eclipse: The .classpath containsa a library that will not be available during continuous integration: C:/Users/UserName/.bnd/cache/https%3A%2F%2Fraw.githubusercontent.com%2Fbndtools%2Fbundle-hub%2Fmaster%2Fosgi.core/osgi.core-4.0.1.jar
エラーは<?xml version="1.0" encoding="UTF-8"?>
、プロジェクトのメイン API (com.mycompany.test.api) の .classpath の 1 行目 ( ) にあります。
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin" path="src"/>
<classpathentry kind="src" output="bin_test" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
<classpathentry kind="lib" path="C:/Users/UserName/.bnd/cache/https%3A%2F%2Fraw.githubusercontent.com%2Fbndtools%2Fbundle-hub%2Fmaster%2Fosgi.core/osgi.core-4.0.1.jar" sourcepath="C:/Users/UserName/.bnd/cache/https%3A%2F%2Fraw.githubusercontent.com%2Fbndtools%2Fbundle-hub%2Fmaster%2Fosgi.core/osgi.core-4.0.1.jar">
<attributes>
<attribute name="bsn" value="osgi.core"/>
<attribute name="type" value="REPO"/>
<attribute name="project" value="org.example.impls"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
何が問題なのですか?よろしくお願いします。