LDAP-257: Got rid of commons-lang dependency in core. Upped some versions.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user