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-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=4bd66c824f8f9d49e617702198f06ec03029a58e 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) --- 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 +