summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-11-08 11:34:36 +0100
committergjoranv <gv@oath.com>2017-11-08 11:34:36 +0100
commit8ce63e915691646805fddc2b564fef98e555c2cf (patch)
tree924fe2fc87af9c78fcea0903af37c9ad07e2a177 /container-dev
parentfb3d9ff10b81fe80fd0aa98dc619ec9b02302f12 (diff)
Move commons-logging version to parent pom.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 8eb8cab1677..d02ec233d96 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -81,12 +81,9 @@
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
</dependency>
- <!-- This version is exported by jdisc via jcl-over-slf4j, so should be the one used by customer bundles -->
- <!-- Set explicitly here because org.apache.httpcomponents 4.3 wants to pull in 1.1.3 instead. -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>