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)
<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>