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

dependencies {
	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:+',
			'cisd:cisd-base:+'
	testCompile 'fjelmer:classycle:+',
				'hamcrest:hamcrest-integration:+',
				'hamcrest:hamcrest-library:+'
	from "source/java/genericCommonContext.xml"
}