summaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-06-11 16:44:07 +0200
committergjoranv <gv@oath.com>2018-06-11 16:44:07 +0200
commitd317a571396d5a73297dffae6c38edce2e70e84c (patch)
tree7217ec9c428254d2cd796f90d385d0b3903fb0ef /container-disc/pom.xml
parent82a11a7c854eb00d8a599bb84602990f711126a8 (diff)
Remove duplicate dependency version properties.
- See container-dependency-versions instead.
Diffstat (limited to 'container-disc/pom.xml')
-rw-r--r--container-disc/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index c726ea94d48..c112466bbd4 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -144,15 +144,6 @@
<scope>compile</scope>
</dependency>
</dependencies>
- <properties>
- <!-- These versions must be the ones used by the current jersey version (see vespa_jersey2/target/dependency).
- Declared here to clarify what usually needs to be updated after a jersey version upgrade,
- _not_ to enforce particular versions of these dependencies.
- Do not move these to the root pom! -->
- <hk2.version>2.5.0-b05</hk2.version>
- <javassist.version>3.20.0-GA</javassist.version>
- <mimepull.version>1.9.6</mimepull.version>
- </properties>
<build>
<plugins>
<plugin>