summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-09-14 15:52:23 +0200
committerGitHub <noreply@github.com>2017-09-14 15:52:23 +0200
commitafd3b362a2756b5c6c25215c1e1e78d295693ac3 (patch)
treee7abed298d15d1ecf8ae7de0ee452e6282eb5eb8 /container-core
parente165d6b5512922999b91f78054d3070e33307c8b (diff)
parent4bcd94748034201f647301c456aa1dfecddb9659 (diff)
Merge pull request #3411 from vespa-engine/gjoranv/install-lz4-bundle
Install net.jpountz.lz4:lz4 as a bundle.
Diffstat (limited to 'container-core')
-rw-r--r--container-core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index c608f35f26c..fe1f74405ac 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -148,6 +148,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>net.jpountz.lz4</groupId>
+ <artifactId>lz4</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>