summaryrefslogtreecommitdiffstats
path: root/config-bundle
diff options
context:
space:
mode:
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>