aboutsummaryrefslogtreecommitdiffstats
path: root/config-bundle
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-09-14 17:16:03 +0200
committerGitHub <noreply@github.com>2017-09-14 17:16:03 +0200
commitc38b60dbed06f02113b836be655c58e2514165ee (patch)
tree7d0e1a50fc74b79e00a8018b54f5891164a9b737 /config-bundle
parentafd3b362a2756b5c6c25215c1e1e78d295693ac3 (diff)
Revert "Install net.jpountz.lz4:lz4 as a bundle."
Diffstat (limited to 'config-bundle')
-rw-r--r--config-bundle/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/config-bundle/pom.xml b/config-bundle/pom.xml
index 922204a83ff..7121756ce68 100644
--- a/config-bundle/pom.xml
+++ b/config-bundle/pom.xml
@@ -16,13 +16,6 @@
<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>
@@ -59,12 +52,6 @@
<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>