Newer
Older
Adam Laskowski
committed
evaluationDependsOn(':lib-commonbase')
Adam Laskowski
committed
apply from: '../build/javaproject.gradle'
Adam Laskowski
committed
api project(':lib-commonbase'),
Adam Laskowski
committed
'springframework:spring-webmvc:5.0.1.RELEASE',
'springframework:spring-aop:5.0.1.RELEASE',
'javax:servlet-api:3.1.0',
'cisd:cisd-args4j:9.11.2',
'python:jython:2.5.2',
'python:jython27:2.7.2',
'apache:log4j:1.2.15',
'javax:mail:1.4.3',
'apache:poi:3.17',
'twmacinta:fast-md5:2.6.1',
'google:gwt-servlet:2.4',
'testng:testng:6.8-CISD',
'marathon:marathon-spring-util:1.2.5',
'lemnik:eodsql:2.2-CISD',
'unimi:fastutil:5.1.5',
project(':lib-base'),
Adam Laskowski
committed
'rinn:restrictions:1.0.2',
'apache:commons-compress:1.8',
'apache:httpclient:4.3.6',
'eclipse:jetty-client:9.4.44.v20210927',
'apache:commons-csv:1.2'
Adam Laskowski
committed
testImplementation project(path: ':lib-commonbase', configuration: 'tests'),
Adam Laskowski
committed
'fjelmer:classycle:1.4.2',
'testng:testng:6.8-CISD'
Adam Laskowski
committed
if (System.getProperty("openbis.proxyHost") != null) {
systemProperty "openbis.proxyHost", System.getProperty("openbis.proxyHost")
}
if (System.getProperty("openbis.proxyPort") != null) {
systemProperty "openbis.proxyPort", System.getProperty("openbis.proxyPort")
}
anttil
committed
testJar {
Adam Laskowski
committed
from "source/java/genericCommonContext.xml"
sourceSets {
Adam Laskowski
committed
main {
resources {
srcDirs = ['source/java']
}
}