1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-24 23:47:11 -07:00

Better JSON.

This commit is contained in:
Cedric Beust 2015-10-19 22:56:40 -07:00
parent 3539e67c1a
commit 9b206d4dc5
4 changed files with 35 additions and 49 deletions

View file

@ -49,7 +49,8 @@ dependencies {
'com.google.guava:guava:18.0',
'org.apache.maven:maven-model:3.3.3',
'com.github.spullara.mustache.java:compiler:0.8.18',
"io.reactivex:rxjava:1.0.14"
"io.reactivex:rxjava:1.0.14",
"com.google.code.gson:gson:2.4"
// compile files("/Users/beust/.kobalt/repository/com/beust/kobalt-example-plugin/build/libs/kobalt-example-plugin.jar")
testCompile 'org.testng:testng:6.9.6'