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

index 12a7d566b90eaa3a7202c057d605ee04545c054e..822da2a759488ac256e72aa5fa679804d1b20e88 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>