aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-16 16:15:05 +0200
committergjoranv <gv@verizonmedia.com>2021-04-16 16:15:05 +0200
commit4211d17a6b990095fb0820cb2868fa6fcf84b42c (patch)
tree97b40a18e24eb6c987f4fe83630dfef6c3f8823e /container-dependency-versions
parent565af990f74c76ea46b4f95850b62eb57303ce4c (diff)
Move dependencies not exposed externally to parent pom.
- These deps are either not provided from jdisc runtime, or should not be leaked as maven dep to users.
Diffstat (limited to 'container-dependency-versions')
-rw-r--r--container-dependency-versions/pom.xml78
1 files changed, 0 insertions, 78 deletions
diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml
index 0ab70723fac..5e4a45074ae 100644
--- a/container-dependency-versions/pom.xml
+++ b/container-dependency-versions/pom.xml
@@ -354,84 +354,6 @@
<artifactId>xml-apis</artifactId>
<version>${xml-apis.version}</version>
</dependency>
-
- <!-- NOTE: The dependencies below are either not provided from the jdisc container runtime, or should
- not be leaked as maven dependency via the 'container' artifact. Still, they had to be moved
- here from 'parent' because factorylib reads the text in parent/pom.xml and this pom file to
- build a pom model used to bootstrap the maven cache on factory. Hence all deps using properties
- declared in this pom also have to reside in this pom.
- See factorylib:com.yahoo.vespa.dependencies.pom.list.Main.-->
- <!-- TODO: move these back to parent/pom.xml when the above does not hold anymore. -->
-
- <dependency>
- <!-- NOT provided from jdisc runtime -->
- <groupId>com.fasterxml.jackson.jaxrs</groupId>
- <artifactId>jackson-jaxrs-xml-provider</artifactId>
- <version>${jackson2.version}</version>
- </dependency>
- <dependency>
- <!-- NOT provided from jdisc runtime -->
- <groupId>com.fasterxml.jackson.dataformat</groupId>
- <artifactId>jackson-dataformat-xml</artifactId>
- <version>${jackson2.version}</version>
- </dependency>
- <dependency>
- <!-- NOT provided from jdisc runtime -->
- <groupId>com.google.guava</groupId>
- <artifactId>guava-testlib</artifactId>
- <version>${guava.version}</version>
- </dependency>
-
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty.alpn</groupId>
- <artifactId>alpn-api</artifactId>
- <version>${jetty-alpn.version}</version>
- </dependency>
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty.http2</groupId>
- <artifactId>http2-server</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-alpn-java-server</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-continuation</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-server</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-servlet</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-servlets</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-jmx</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <!-- Please don't add deps here, but instead above the NOTE. -->
-
</dependencies>
</dependencyManagement>