summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2023-01-03 10:37:27 +0100
committergjoranv <gv@verizonmedia.com>2023-01-03 13:05:55 +0100
commit4ec77f142cb80f27c392944152407d2984f37857 (patch)
tree5f2357fc19ec113cc8beddc52ea03cd4be10ede5 /application
parentc5e7d984d15d52e7d8d2239ef9031bc3994d1169 (diff)
Remove all dependencies to io.airlift:aircompressor
- Replaced by vespa/airlift-zstd
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 8f9dc7999a0..d1aea1d6a78 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -53,7 +53,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
- <scope>compile</scope>
</dependency>
<!-- All dependencies that should be visible in test classpath, but not compile classpath,
@@ -64,11 +63,6 @@
<artifactId>icu4j</artifactId>
</dependency>
<dependency>
- <groupId>io.airlift</groupId>
- <artifactId>aircompressor</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
</dependency>