Skip to content
Snippets Groups Projects
build.gradle 773 B
Newer Older
  • Learn to ignore specific revisions
  • 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:activation:+',
    
    			'javax:mail:+',
    			'apache:commons-httpclient:+',
    			'apache:poi:+',
    			'twmacinta:fast-md5:+',
    			'google:gwt-servlet:+',
    			'jmock:jmock:+',
    			'testng:testng:+',
    			'marathon:marathon-spring-util:+',
    
    			'cisd:cisd-base:+',
    			'rinn:restrictions:+'
    
    	testCompile 'fjelmer:classycle:+',
    				'hamcrest:hamcrest-integration:+',
    				'hamcrest:hamcrest-library:+'
    
    	from "source/java/genericCommonContext.xml"
    }