@@ -31,36 +31,32 @@ ext {
3131 testServerName = ' testServer'
3232}
3333
34- repositories {
35- mavenCentral();
36- }
37-
3834configurations {
3935 sharedLibs
4036 providedCompile. extendsFrom sharedLibs
4137 antTasks
4238}
4339
4440dependencies {
45- compile group :' com.fasterxml.jackson.core' , name :' jackson-core' , version :' 2.2.+ '
46- compile group :' com.fasterxml.jackson.core' , name :' jackson-databind' , version :' 2.2.+ '
47- compile group :' com.fasterxml.jackson.core' , name :' jackson-annotations' , version :' 2.2.+ '
41+ compile group :' com.fasterxml.jackson.core' , name :' jackson-core' , version :jackson_version
42+ compile group :' com.fasterxml.jackson.core' , name :' jackson-databind' , version :jackson_version
43+ compile group :' com.fasterxml.jackson.core' , name :' jackson-annotations' , version :jackson_version
4844
49- sharedLibs group :' org.mongodb' , name :' mongo-java-driver' , version :' 2.11.1 '
45+ sharedLibs group :' org.mongodb' , name :' mongo-java-driver' , version :mongodb_java_version
5046 providedCompile fileTree(dir : " ${ libertyRoot} /dev/api" , include : ' **/*.jar' )
5147
52- testCompile group :' junit' , name :' junit' , version :' 4.+ '
53- testCompile group :' org.hamcrest' , name :' hamcrest-library' , version :' 1.+ '
54- testCompile group :' org.apache.httpcomponents' , name :' httpclient' , version :' 4.3.+ '
55- testCompile group :' org.apache.httpcomponents' , name :' httpmime' , version :' 4.3.+ '
56- testCompile group :' org.jmockit' , name :' jmockit' , version :' 1.15 '
48+ testCompile group :' junit' , name :' junit' , version :junit_version
49+ testCompile group :' org.hamcrest' , name :' hamcrest-library' , version :hamcrest_version
50+ testCompile group :' org.apache.httpcomponents' , name :' httpclient' , version :httpclient_version
51+ testCompile group :' org.apache.httpcomponents' , name :' httpmime' , version :httpmime_version
52+ testCompile group :' org.jmockit' , name :' jmockit' , version :jmockit_version
5753 testCompile project(' :test-utils' )
5854
5955 // The unit tests need some Liberty classes at runtime, but they should
6056 // not be compiling against these.
6157 testRuntime fileTree(dir : " ${ libertyRoot} /lib" , include : ' *slf4*.jar' )
6258
63- antTasks group :' net.wasdev.wlp.ant' , name :' wlp-anttasks' , version :' 1.0 '
59+ antTasks group :' net.wasdev.wlp.ant' , name :' wlp-anttasks' , version :wlp_ant_tasks_version
6460}
6561
6662clean {
0 commit comments