Github user matthiasblaesing commented on a diff in the pull request: https://github.com/apache/incubator-netbeans/pull/104#discussion_r143545978 --- Diff: libs.osgi/external/binaries-list --- @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -972E6455724DC6ADB1C1912F53B5E3D7DF20C5FD osgi.cmpn-4.2.jar -2F2FBFF3FB80F91B159A7FA9F0C42A894BB8BCC5 osgi.core-5.0.0.jar +972E6455724DC6ADB1C1912F53B5E3D7DF20C5FD org.netbeans.external:osgi.cmpn:4.2 --- End diff -- How does this work? I don't see this on maven central. There are osgi.cmpn artifacts in the org.osgi group, just different versions. I would use this opportunity to move to the "primary" ones.
---