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