aboutsummaryrefslogtreecommitdiff
path: root/juick-core/build.gradle
blob: bb10c52b64e302c46bb0e1e71f7bcc4850ff1bfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apply plugin: 'java'

repositories {
    mavenCentral()
}

dependencies {
    compile project(':deps:com.juick.xmpp')
    compile 'org.apache.httpcomponents:httpclient:4.5.1'
    compile 'org.apache.commons:commons-lang3:3.4'
    compile "org.springframework:spring-jdbc:4.3.1.RELEASE"
    compile 'org.json:json:20151123'
}

compileJava.options.encoding = 'UTF-8'