LDAP-257: Got rid of commons-lang dependency in core. Upped some versions.

This commit is contained in:
Mattias Hellborg Arthursson
2013-08-28 13:45:17 +02:00
parent 36cbb8894e
commit 7d50459ae1
35 changed files with 361 additions and 418 deletions

View File

@@ -1,15 +1,15 @@
apply plugin: 'java'
apply plugin: 'propdeps'
sourceCompatibility = '1.5'
targetCompatibility = '1.5'
sourceCompatibility = '1.6'
targetCompatibility = '1.6'
ext.springVersion = '3.0.6.RELEASE'
ext.springBatchVersion = '2.0.3.RELEASE'
ext.springVersion = '3.2.4.RELEASE'
ext.springBatchVersion = '2.0.4.RELEASE'
ext.junitVersion = '4.10'
ext.commonsPoolVersion = '1.5.4'
ext.commonsLangVersion = '2.4'
ext.commonsLoggingVersion = '1.0.4'
ext.commonsLoggingVersion = '1.1.1'
ext.gsbaseVersion = '2.0.1'
ext.log4jVersion = '1.2.15'
ext.mockitoVersion = '1.9.5'