Skip to content
Snippets Groups Projects
Commit db666004 authored by anttil's avatar anttil
Browse files

SWE-22 / SP-641: use dynamic versioning in common/build.gradle

SVN: 29057
parent c87175c1
No related branches found
No related tags found
No related merge requests found
apply from: 'http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle' apply from: 'http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle'
dependencies { dependencies {
compile 'cisd:cisd-base:r27861', compile 'cisd:cisd-base:+',
'springframework:spring-webmvc:2.5.6.SEC01-CISD', 'springframework:spring-webmvc:+',
'springframework:spring-aop:2.5.6.SEC01', 'springframework:spring-aop:+',
'javax:servlet-api:3.0', 'javax:servlet-api:+',
'cisd:cisd-args4j:9.11.2', 'cisd:cisd-args4j:+',
'python:jython:2.5.2', 'python:jython:+',
'apache:log4j:1.2.15', 'apache:log4j:+',
'javax:mail:1.4.3', 'javax:mail:+',
'apache:commons-httpclient:3.1', 'apache:commons-httpclient:+',
'apache:poi:3.8-20120326', 'apache:poi:+',
'twmacinta:fast-md5:2.6.1', 'twmacinta:fast-md5:+',
'google:gwt-servlet:2.4', 'google:gwt-servlet:+',
'jmock:jmock:2.5.1', 'jmock:jmock:+',
'testng:testng:6.8-CISD', 'testng:testng:+',
'marathon:marathon-spring-util:1.2.3' 'marathon:marathon-spring-util:+'
testCompile 'fjelmer:classycle:1.4' testCompile 'fjelmer:classycle:+'
} }
jar { jar {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment