aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'standalone-container/pom.xml')
-rw-r--r--standalone-container/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml
index b9b58f37c00..ffdfaf469a2 100644
--- a/standalone-container/pom.xml
+++ b/standalone-container/pom.xml
@@ -77,6 +77,10 @@
<artifactId>org.apache.felix.framework</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ </dependency>
</dependencies>
<build>