summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-08 12:13:10 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-08 13:44:26 +0200
commit7780b4d0ea2c7710e967c90947d37936b74b2a99 (patch)
tree433742408f177db354faefab9e0298c410736e49 /application
parent2af24a81aa7c2351e6e2a7dd22419dd65b0be79b (diff)
Remove jdisc_jetty
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/application/pom.xml b/application/pom.xml
index b31776eb5f9..51448502d1d 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -60,15 +60,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
- <!-- Because these are provided in container-core and just preinstalled: -->
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>jdisc_jetty</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- <exclusions>
- </exclusions>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>