aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-10-11 16:43:23 +0200
committergjoranv <gv@verizonmedia.com>2019-10-11 16:43:23 +0200
commita032cfa49aa7682adaac999881d0825beb73a6a8 (patch)
tree0308576ae11092fc184e45a1987be38eaf5bebcc /container-dependency-versions
parenta879e07cbf4885da58ac51844f42176db5604695 (diff)
Update dependency comments to reflect reality.
Diffstat (limited to 'container-dependency-versions')
-rw-r--r--container-dependency-versions/pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml
index 6b52c5023fc..22d72b93fbd 100644
--- a/container-dependency-versions/pom.xml
+++ b/container-dependency-versions/pom.xml
@@ -349,7 +349,8 @@
<version>${xml-apis.version}</version>
</dependency>
- <!-- NOTE: The dependencies below are not provided from the jdisc container runtime, but had to be moved
+ <!-- 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.
@@ -375,31 +376,31 @@
<version>${guava.version}</version>
</dependency>
<dependency>
- <!-- NOT provided from jdisc runtime -->
+ <!-- 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>
- <!-- NOT provided from jdisc runtime -->
+ <!-- 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>
- <!-- NOT provided from jdisc runtime -->
+ <!-- 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>
- <!-- NOT provided from jdisc runtime -->
+ <!-- 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>
- <!-- NOT provided from jdisc runtime -->
+ <!-- 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>