aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp-wip/build.gradle
blob: 4b63c2f7e0eafb85dbc53d164ce160bda954e2b0 (plain) (blame)
1
2
3
4
5
dependencies {
    compile project(':juick-server-jdbc')
    compile project(':juick-server-web')
    testCompile("org.springframework.boot:spring-boot-starter-test")
}