mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Remove okhttp 2 dependency.
This commit is contained in:
parent
2bb75f1006
commit
27a613c8bb
8 changed files with 9 additions and 168 deletions
|
@ -62,7 +62,6 @@ val kobaltPluginApi = project {
|
|||
dependencies {
|
||||
compile("org.jetbrains.kotlinx:kotlinx.dom:0.0.9",
|
||||
|
||||
"com.squareup.okhttp:okhttp:2.5.0",
|
||||
"com.squareup.okio:okio:1.6.0",
|
||||
"com.google.inject:guice:4.0",
|
||||
"com.google.inject.extensions:guice-assistedinject:4.0",
|
||||
|
@ -114,7 +113,6 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
|
||||
// Used by the main app
|
||||
compile("com.github.spullara.mustache.java:compiler:0.9.1",
|
||||
"com.squareup.okhttp:okhttp:2.5.0",
|
||||
"javax.inject:javax.inject:1",
|
||||
"com.google.inject:guice:4.0",
|
||||
"com.google.inject.extensions:guice-assistedinject:4.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue