summaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-08 15:21:35 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-08 15:21:35 +0200
commit79416c37c5d1f8712ad8fe5373a52007471762db (patch)
treeb6920ce84b278ee7192fd06d22b9acefc98f2cbc /container-disc
parent7780b4d0ea2c7710e967c90947d37936b74b2a99 (diff)
Move servlet-api to vespa-3party-bundles and update TODOs
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 37e62541da3..95f54e5d932 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -144,11 +144,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
<!-- end WARNING -->
<!-- ensure that transitive Jackson dependencies are not included in compile scope -->
@@ -210,8 +205,7 @@
bcpkix-jdk15on-${bouncycastle.version}.jar,
bcprov-jdk15on-${bouncycastle.version}.jar,
- <!-- TODO Vespa 8: embed these in container-core/disc, saving a lot of dep management. -->
- <!-- Check if those listed in container-dep-versions are not used by hosted apps! -->
+ <!-- TODO Vespa 9 Stop providing servlet-api 3.x -->
javax.servlet-api-3.1.0.jar,
<!-- Aries SPIFly repackaged -->