summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-10-13 15:12:17 +0200
committergjoranv <gv@oath.com>2017-10-13 15:12:17 +0200
commitbb1ab33cfd0919c45e2a5053424a8a6061adb5d8 (patch)
tree9a09e0b84ed9e53c621c927c2ff843c2a940e01a /pom.xml
parent839404616f13abbed48f917505eac57c6ac93ea0 (diff)
Add property for commons-lang version.
- To be referenced from container-test.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fc6faa58cd2..199d2bd2f84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -519,7 +519,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.6</version>
+ <version>${commons-lang.version}</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
@@ -904,6 +904,7 @@
<aries.util.version>1.0.0</aries.util.version>
<asm-debug-all.version>5.0.3</asm-debug-all.version>
<bouncycastle.version>1.49</bouncycastle.version>
+ <commons-lang.version>2.6</commons-lang.version>
<!-- WARNING: If you change curator version, you also need to update
zkfacade/src/main/java/org/apache/curator/**/package-info.java
using something like