11 lines
270 B
Groovy
11 lines
270 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile project(":common")
|
|
|
|
compile "commons-lang:commons-lang:2.6"
|
|
compile "org.springframework.boot:spring-boot-starter-data-mongodb:$springBootVersion"
|
|
|
|
testCompile group: 'junit', name: 'junit', version: '4.11'
|
|
}
|