summaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
parentfb3d9ff10b81fe80fd0aa98dc619ec9b02302f12 (diff)
Move commons-logging version to parent pom.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c6e7168904a..77c37dc2509 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,6 +544,12 @@
<version>${commons-lang.version}</version>
</dependency>
<dependency>
+ <!-- This version is exported by jdisc via jcl-over-slf4j. -->
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>2.0</version>