]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Fixed target platform problem with missing net.jcip.annotations 22/3222/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 12 Dec 2018 21:03:41 +0000 (23:03 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Fri, 6 Sep 2019 11:31:57 +0000 (14:31 +0300)
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

index 2f18f5e1843fe68584a5a0100cd6faa7997f28c0..932ff704acd6a96e7910cd038f6f21fdc4bc15e5 100644 (file)
                                         <Bundle-SymbolicName>com.github.benmanes.caffeine</Bundle-SymbolicName>
                                     </instructions>
                                 </artifact>
+                                <artifact>
+                                    <id>net.jcip:jcip-annotations:1.0</id>
+                                    <source>true</source>
+                                </artifact>
                             </artifacts>
                         </configuration>
                     </execution>