]> nmode's Git Repositories - signal-cli/commitdiff
Remove jackson from lib's api
authorAsamK <asamk@gmx.de>
Sun, 5 Dec 2021 13:41:13 +0000 (14:41 +0100)
committerAsamK <asamk@gmx.de>
Sun, 5 Dec 2021 14:32:42 +0000 (15:32 +0100)
build.gradle.kts
lib/build.gradle.kts

index f5d5150a0afcc56d34872f7c4ad8d70692868520..c9521e72a6cb4b4caadf1eb2fc3e6e454d4a65b1 100644 (file)
@@ -36,10 +36,11 @@ repositories {
 }
 
 dependencies {
-    implementation("org.bouncycastle:bcprov-jdk15on:1.69")
-    implementation("net.sourceforge.argparse4j:argparse4j:0.9.0")
-    implementation("com.github.hypfvieh:dbus-java-transport-native-unixsocket:4.0.0-beta")
-    implementation("org.slf4j:slf4j-simple:1.7.32")
+    implementation("org.bouncycastle", "bcprov-jdk15on", "1.69")
+    implementation("com.fasterxml.jackson.core", "jackson-databind", "2.13.0")
+    implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0")
+    implementation("com.github.hypfvieh", "dbus-java-transport-native-unixsocket", "4.0.0-beta")
+    implementation("org.slf4j", "slf4j-simple", "1.7.32")
     implementation("org.slf4j", "jul-to-slf4j", "1.7.32")
     implementation(project(":lib"))
 }
index 8e278ef412cc1d043b0941059ef790c2930ac881..d3007f2ab335b2e27879380d9d6ec198e960e6ae 100644 (file)
@@ -14,11 +14,11 @@ repositories {
 }
 
 dependencies {
-    implementation("com.github.turasa:signal-service-java:2.15.3_unofficial_34")
-    api("com.fasterxml.jackson.core", "jackson-databind", "2.13.0")
-    implementation("com.google.protobuf:protobuf-javalite:3.11.4")
-    implementation("org.bouncycastle:bcprov-jdk15on:1.69")
-    implementation("org.slf4j:slf4j-api:1.7.32")
+    implementation("com.github.turasa", "signal-service-java", "2.15.3_unofficial_34")
+    implementation("com.fasterxml.jackson.core", "jackson-databind", "2.13.0")
+    implementation("com.google.protobuf", "protobuf-javalite", "3.11.4")
+    implementation("org.bouncycastle", "bcprov-jdk15on", "1.69")
+    implementation("org.slf4j", "slf4j-api", "1.7.32")
 }
 
 configurations {