summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 01802c7a712..96250acb5a9 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -92,6 +92,11 @@
<artifactId>icu4j</artifactId>
</dependency>
<dependency>
+ <groupId>io.airlift</groupId>
+ <artifactId>aircompressor</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>com.optimaize.languagedetector</groupId>
<artifactId>language-detector</artifactId>
<exclusions>