23 lines
589 B
Groovy
23 lines
589 B
Groovy
apply plugin: 'java'
|
|
apply plugin: 'propdeps'
|
|
|
|
sourceCompatibility = '1.6'
|
|
targetCompatibility = '1.6'
|
|
|
|
ext.springVersion = '3.2.4.RELEASE'
|
|
ext.springDataVersion = '1.6.1.RELEASE'
|
|
ext.springBatchVersion = '2.0.4.RELEASE'
|
|
ext.junitVersion = '4.10'
|
|
ext.commonsPoolVersion = '1.5.4'
|
|
ext.commonsLangVersion = '2.4'
|
|
ext.commonsLoggingVersion = '1.1.1'
|
|
ext.gsbaseVersion = '2.0.1'
|
|
ext.log4jVersion = '1.2.15'
|
|
ext.mockitoVersion = '1.9.5'
|
|
ext.queryDslVersion = '3.2.4'
|
|
ext.slf4jVersion = '1.7.5'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
maven { url "http://repo.springsource.org/libs-snapshot" }
|
|
} |