diboot/diboot-components-msg/build.gradle

11 lines
265 B
Groovy

apply plugin: 'org.springframework.boot'
dependencies {
compile project(":diboot-core")
// java mail
compile("javax.mail:mail:1.4.7",
"org.apache.commons:commons-email:1.5")
testCompile group: 'junit', name: 'junit', version: '4.12'
}