summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-13 16:32:48 +0200
committergjoranv <gv@oath.com>2017-09-14 15:09:20 +0200
commit4bcd94748034201f647301c456aa1dfecddb9659 (patch)
tree318879736524db4d7c711363c621d87ea70c1b63 /pom.xml
parent5ca40d533eabdb8fad2d0951285182b998aaf9df (diff)
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.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fc62bd5350f..76f8e8f9263 100644
--- a/pom.xml
+++ b/pom.xml
@@ -836,7 +836,7 @@
<dependency>
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>
- <version>1.3.0</version>
+ <version>${lz4.version}</version>
</dependency>
<dependency>
<groupId>net.spy</groupId>
@@ -903,6 +903,7 @@
<jackson2.version>2.8.3</jackson2.version>
<jersey2.version>2.23.2</jersey2.version>
<jetty.version>9.4.6.v20170531</jetty.version>
+ <lz4.version>1.3.0</lz4.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<test.hide>true</test.hide>