aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-20 16:19:35 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-20 16:19:35 +0100
commita6dfd7d3b69199e94e4647a8305846ae9a3a6752 (patch)
tree9fca3d22e62fe09ace44b4d4244839f82215ec20 /application/pom.xml
parentde935c02e9910ea17b567be50be987bb20144dba (diff)
Ensure aircompressor is visible on test classpath
Diffstat (limited to 'application/pom.xml')
-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>