Loading cadc-cdp-server/build.gradle +2 −7 Original line number Diff line number Diff line Loading @@ -8,11 +8,6 @@ plugins { repositories { jcenter() mavenLocal() // Only here until cadcUtil is in jcenter. maven { url "http://dl.bintray.com/opencadc/software" } } sourceCompatibility = 1.7 Loading @@ -32,6 +27,6 @@ dependencies { compile 'org.opencadc:cadc-cdp:1.+' compile 'org.opencadc:cadc-vosi:1.+' testCompile group: 'junit', name: 'junit', version: '4.+' testCompile group: 'org.easymock', name: 'easymock', version: '3.+' testCompile group: 'junit:junit:4.+' testCompile group: 'org.easymock:easymock:3.+' } cadc-cdp/build.gradle +7 −5 Original line number Diff line number Diff line Loading @@ -3,16 +3,12 @@ plugins { id 'maven' id 'maven-publish' id 'com.jfrog.bintray' version '1.7.1' id 'application' } repositories { jcenter() mavenLocal() // Only here until cadcUtil is in jcenter. maven { url "http://dl.bintray.com/opencadc/software" } } sourceCompatibility = 1.7 Loading @@ -21,6 +17,8 @@ group = 'org.opencadc' version = '1.0.2' mainClassName = 'ca.nrc.cadc.cred.client.Main' dependencies { compile 'log4j:log4j:1.2.+' compile 'org.jdom:jdom2:2.+' Loading @@ -31,3 +29,7 @@ dependencies { compile 'org.opencadc:cadc-log:1.+' compile 'org.opencadc:cadc-registry:1.+' } configurations { runtime.exclude group: 'org.springframework' } Loading
cadc-cdp-server/build.gradle +2 −7 Original line number Diff line number Diff line Loading @@ -8,11 +8,6 @@ plugins { repositories { jcenter() mavenLocal() // Only here until cadcUtil is in jcenter. maven { url "http://dl.bintray.com/opencadc/software" } } sourceCompatibility = 1.7 Loading @@ -32,6 +27,6 @@ dependencies { compile 'org.opencadc:cadc-cdp:1.+' compile 'org.opencadc:cadc-vosi:1.+' testCompile group: 'junit', name: 'junit', version: '4.+' testCompile group: 'org.easymock', name: 'easymock', version: '3.+' testCompile group: 'junit:junit:4.+' testCompile group: 'org.easymock:easymock:3.+' }
cadc-cdp/build.gradle +7 −5 Original line number Diff line number Diff line Loading @@ -3,16 +3,12 @@ plugins { id 'maven' id 'maven-publish' id 'com.jfrog.bintray' version '1.7.1' id 'application' } repositories { jcenter() mavenLocal() // Only here until cadcUtil is in jcenter. maven { url "http://dl.bintray.com/opencadc/software" } } sourceCompatibility = 1.7 Loading @@ -21,6 +17,8 @@ group = 'org.opencadc' version = '1.0.2' mainClassName = 'ca.nrc.cadc.cred.client.Main' dependencies { compile 'log4j:log4j:1.2.+' compile 'org.jdom:jdom2:2.+' Loading @@ -31,3 +29,7 @@ dependencies { compile 'org.opencadc:cadc-log:1.+' compile 'org.opencadc:cadc-registry:1.+' } configurations { runtime.exclude group: 'org.springframework' }