init
diff --git a/app/build.gradle b/app/build.gradle
index 63e7988..cded1af 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -68,6 +68,8 @@
     compile 'org.jetbrains.kotlin:kotlin-reflect:1.3.41'
     compile 'org.springframework.android:spring-android-core:1.0.1.RELEASE'
     compile 'org.apache.httpcomponents:httpcore:4.4.10'
-//    compile files('libs/apache-httpcomponents-httpcore.jar')
+    compile("com.beust:klaxon:0.30") {
+        exclude group: 'org.jetbrains'
+    }
     compile files('libs/zxinglibsl.jar')
 }