aboutsummaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
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>