Skip to content
Snippets Groups Projects
build.gradle 747 B
Newer Older
apply from: 'http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle'

dependencies {
	compile group: "cisd", name: "cisd-base", version: "+", changing: true

	compile			'springframework:spring-webmvc:+',
					'springframework:spring-aop:+',
					'javax:servlet-api:+',
					'cisd:cisd-args4j:+',
					'python:jython:+',
					'apache:log4j:+',
					'javax:mail:+',
					'apache:commons-httpclient:+',
					'apache:poi:+',
					'twmacinta:fast-md5:+',
					'google:gwt-servlet:+',
					'jmock:jmock:+',
					'testng:testng:+',
					'marathon:marathon-spring-util:+'
	testCompile 'fjelmer:classycle:+',
				'hamcrest:hamcrest-integration:+',
				'hamcrest:hamcrest-library:+'
jar {
	from "source/java/genericCommonContext.xml"
}