aboutsummaryrefslogtreecommitdiff
path: root/juick-api/build.gradle
blob: 2899529a39a3b45cb042c3f1ae22c05b6c7ca85b (plain) (blame)
1
2
3
4
5
6
7
apply plugin: 'java'

dependencies {
    compile project(':juick-common')
    compile project(':juick-server-jdbc')
    compile 'org.apache.commons:commons-email:1.5'
}