aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-07-12 12:17:14 +0200
committergjoranv <gv@verizonmedia.com>2021-07-12 14:26:54 +0200
commitc4e128face62df816d4f04f0a76e232a5cf775f3 (patch)
treef2c9c914d2a4a98f03018948032133895f70b857 /application/pom.xml
parentae6a285e3e2c3f6ac3e7f61afea517a2412eb90c (diff)
Remove container-test-jars
- Only tested Jersey + an obscure bundle-plugin error.
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 4d82367c560..f671c16c5a6 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -83,12 +83,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.yahoo.vespa.container-test-jars</groupId>
- <artifactId>jersey-resources</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
<!-- All dependencies that should be visible in test classpath, but not compile classpath,
for user projects must be added in compile scope here.