From: Tuukka Lehtonen Date: Wed, 12 Dec 2018 21:03:41 +0000 (+0200) Subject: Fixed target platform problem with missing net.jcip.annotations X-Git-Tag: v1.43.0~136^2~232 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=b993fb037710ba91a8185409ea90ab2eded6f18e;p=simantics%2Fplatform.git 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 --- diff --git a/releng/org.simantics.sdk.build.p2.site/pom.xml b/releng/org.simantics.sdk.build.p2.site/pom.xml index 12a7d566b..822da2a75 100644 --- a/releng/org.simantics.sdk.build.p2.site/pom.xml +++ b/releng/org.simantics.sdk.build.p2.site/pom.xml @@ -546,6 +546,10 @@ com.github.benmanes.caffeine + + net.jcip:jcip-annotations:1.0 + true +