Files
2016-09-23 08:38:20 -07:00

10 lines
300 B
Groovy

apply plugin: 'java'
dependencies {
compile "commons-lang:commons-lang:2.6"
compile "com.fasterxml.jackson.core:jackson-databind:2.6.6"
compile "org.springframework.boot:spring-boot-starter-validation:$springBootVersion"
testCompile group: 'junit', name: 'junit', version: '4.11'
}