aboutsummaryrefslogtreecommitdiff
path: root/spark-common/build.gradle
blob: 27bb3af03e453cab41ca2693d3cabff05f44e815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dependencies {
    compile 'com.squareup.okhttp3:okhttp:3.14.1'
    compile 'com.squareup.okio:okio:1.17.3'
    compile('net.kyori:text-api:3.0.0') {
        exclude(module: 'checker-qual')
    }
    compile('net.kyori:text-serializer-gson:3.0.0') {
        exclude(module: 'text-api')
        exclude(module: 'gson')
    }
    compile('net.kyori:text-serializer-legacy:3.0.0') {
        exclude(module: 'text-api')
    }
    compileOnly 'com.google.code.gson:gson:2.7'
    compileOnly 'com.google.guava:guava:19.0'
}