summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/pom.xml')
-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>