From b993fb037710ba91a8185409ea90ab2eded6f18e 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 --- 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 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 + -- 2.43.2