Newer
Older
Adam Laskowski
committed
evaluationDependsOn(':lib-commonbase')
Adam Laskowski
committed
evaluationDependsOn(':lib-common')
Adam Laskowski
committed
apply from: '../build/javaproject.gradle'
dependencies {
Adam Laskowski
committed
api project(':lib-common'),
Adam Laskowski
committed
'springframework:spring-jdbc:5.0.1.RELEASE',
'apache:commons-dbcp:1.3-CISD',
'h2database:h2:1.1.115',
'postgresql:postgresql:42.5.0'
Adam Laskowski
committed
testImplementation project(path: ':lib-commonbase', configuration: 'tests'),
Adam Laskowski
committed
project(path: ':lib-common', configuration: 'tests'),
Adam Laskowski
committed
'fjelmer:classycle:1.4.2',
'testng:testng:6.8-CISD',
'startnet:apgdiff:2.3'