From 4bcd94748034201f647301c456aa1dfecddb9659 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Wed, 13 Sep 2017 16:32:48 +0200 Subject: Install net.jpountz.lz4:lz4 as a bundle. - From vespajlib. - It must still be a compile scope dep in order to make it a transitive dep for dependents of vespajlib. (Important to allow using vespajlib as a library outside the jdisc container.) - Hence, lz4 is still on the bundle classpath, but the explicitly added Import-Package overrides the bundle classpath. --- container-disc/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'container-disc/pom.xml') diff --git a/container-disc/pom.xml b/container-disc/pom.xml index 85f52bff5cc..2964809e63a 100644 --- a/container-disc/pom.xml +++ b/container-disc/pom.xml @@ -93,6 +93,12 @@ com.yahoo.vespa vespajlib ${project.version} + + + lz4 + net.jpountz.lz4 + + com.yahoo.vespa -- cgit v1.2.3