summaryrefslogtreecommitdiffstats
path: root/docker-api/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-08-25 22:10:31 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-08-25 22:10:31 +0200
commitb8bdc6b2ba21972ee8f6c650b4a064437b16b3fa (patch)
tree47af8a7194ad55bf200d48dc7e633b84697db8a4 /docker-api/pom.xml
parent81c51db2fc601769f356db7ef22d1a8e7940a89e (diff)
Depend on lz4
* node-admin fails loading docker-api bundle without this
Diffstat (limited to 'docker-api/pom.xml')
-rw-r--r--docker-api/pom.xml20
1 files changed, 12 insertions, 8 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index 3e06f4e9223..c8aa213d375 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -29,15 +29,19 @@
<version>3.0.3</version>
<exclusions>
<exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
- </exclusion>
-
- </exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>net.jpountz.lz4</groupId>
+ <artifactId>lz4</artifactId>
+ <scope>compile</scope>
</dependency>
</dependencies>