From 4bd66c824f8f9d49e617702198f06ec03029a58e Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Wed, 12 Dec 2018 23:03:41 +0200 Subject: [PATCH] Fixed target platform problem with missing net.jcip.annotations It seems that updating eclipse.collections caused net.jcip.annotations dependency to be removed which meant the bundle is no longer in the external dependencies P2 site. This change adds it back in there. gitlab #231 Change-Id: I8dcfd805351f44830d964b64a773a42fb5b41c32 (cherry picked from commit b993fb037710ba91a8185409ea90ab2eded6f18e) --- releng/org.simantics.sdk.build.p2.site/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releng/org.simantics.sdk.build.p2.site/pom.xml b/releng/org.simantics.sdk.build.p2.site/pom.xml index 2f18f5e18..932ff704a 100644 --- a/releng/org.simantics.sdk.build.p2.site/pom.xml +++ b/releng/org.simantics.sdk.build.p2.site/pom.xml @@ -481,6 +481,10 @@ com.github.benmanes.caffeine + + net.jcip:jcip-annotations:1.0 + true + -- 2.43.2