The problem was in org.simantics.acorn and was originally fixed from
release/1.29.0 but is now needed in release/1.28.1 as well.
refs #7156
gitlab #22
Change-Id: I72690843c16ff73e2d4f11bbfe22a4288b64609d
Bundle-Version: 1.1.2.qualifier
Bundle-Vendor: Semantum Oy
Require-Bundle: gnu.trove3;bundle-version="3.0.0",
- gnu.trove2;bundle-version="2.0.4",
org.simantics.db.impl;bundle-version="0.8.0",
org.simantics.db.server;bundle-version="1.0.0",
org.simantics.compressions;bundle-version="1.0.0",
import org.simantics.db.impl.ClusterI;
import org.simantics.db.service.ClusterUID;
-import gnu.trove.TIntIntHashMap;
+import gnu.trove.map.hash.TIntIntHashMap;
public class ClusterLRU extends LRU<ClusterUID, ClusterInfo> {