I gathered all runtime jars in a global lib dir inside the bundle and this saved 40mb by removing duplication. A runtime-classpath.txt is generated for each infinispan jar (if 'distribution' profile is active) via the dependency plugin to make it easy to identify what jars are required by our artifacts.
I gathered all runtime jars in a global lib dir inside the bundle and this saved 40mb by removing duplication. A runtime-classpath.txt is generated for each infinispan jar (if 'distribution' profile is active) via the dependency plugin to make it easy to identify what jars are required by our artifacts.