12 lines
293 B
Groovy
12 lines
293 B
Groovy
version '1.0-SNAPSHOT'
|
|
|
|
dependencies {
|
|
/* Core */
|
|
compile_excludeCopy project(':core')
|
|
|
|
/* Spring */
|
|
compile (group: 'org.springframework', name: 'spring-jdbc', version: spring_version)
|
|
|
|
/* Database */
|
|
compile (group: 'com.h2database', name: 'h2', version: '1.4.197')
|
|
} |