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. --- provided-dependencies/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'provided-dependencies') diff --git a/provided-dependencies/pom.xml b/provided-dependencies/pom.xml index 18cdd294b87..07423113438 100755 --- a/provided-dependencies/pom.xml +++ b/provided-dependencies/pom.xml @@ -61,6 +61,10 @@ guice no_aop + + net.jpountz.lz4 + lz4 + org.apache.felix org.apache.felix.main -- cgit v1.2.3