summaryrefslogtreecommitdiffstats
path: root/config-bundle
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 /config-bundle
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 'config-bundle')
-rw-r--r--config-bundle/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/config-bundle/pom.xml b/config-bundle/pom.xml
index 7121756ce68..922204a83ff 100644
--- a/config-bundle/pom.xml
+++ b/config-bundle/pom.xml
@@ -16,6 +16,13 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>config</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>lz4</artifactId>
+ <groupId>net.jpountz.lz4</groupId>
+ </exclusion>
+ </exclusions>
+
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
@@ -52,6 +59,12 @@
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>lz4</artifactId>
+ <groupId>net.jpountz.lz4</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>