aboutsummaryrefslogtreecommitdiff
path: root/java_src/tink_java_deps_init.bzl
diff options
context:
space:
mode:
authorTink Team <tink-dev@google.com>2021-02-12 17:16:25 -0800
committerCopybara-Service <copybara-worker@google.com>2021-02-12 17:16:59 -0800
commit0a82140e2abee730b588c6be1be184301517e91e (patch)
treec9e56016468236c7110cafadef2ca1b18fc0a1de /java_src/tink_java_deps_init.bzl
parent69a8f224f12e3151df145e933c82204c71b99f4e (diff)
downloadtink-0a82140e2abee730b588c6be1be184301517e91e.tar.gz
Replace org.json with GSON.
The former uses a non-free license, see https://github.com/google/tink/issues/450. PiperOrigin-RevId: 357296560
Diffstat (limited to 'java_src/tink_java_deps_init.bzl')
-rw-r--r--java_src/tink_java_deps_init.bzl3
1 files changed, 1 insertions, 2 deletions
diff --git a/java_src/tink_java_deps_init.bzl b/java_src/tink_java_deps_init.bzl
index 394ccde06..114f8acef 100644
--- a/java_src/tink_java_deps_init.bzl
+++ b/java_src/tink_java_deps_init.bzl
@@ -22,16 +22,15 @@ def tink_java_deps_init():
"com.google.api-client:google-api-client:1.22.0",
"com.google.apis:google-api-services-cloudkms:v1-rev89-1.25.0",
"com.google.code.findbugs:jsr305:3.0.1",
- "com.google.code.gson:gson:2.8.6",
"com.google.errorprone:error_prone_annotations:2.3.3",
"com.google.http-client:google-http-client:1.31.0",
"com.google.http-client:google-http-client-jackson2:1.31.0",
"com.google.oauth-client:google-oauth-client:1.30.1",
"com.google.truth:truth:0.44",
+ "org.json:json:20170516",
"joda-time:joda-time:2.10.3",
"junit:junit:4.13",
"org.conscrypt:conscrypt-openjdk-uber:2.4.0",
- "org.json:json:20170516",
"org.mockito:mockito-core:2.23.0",
"org.ow2.asm:asm:7.0",
"org.ow2.asm:asm-commons:7.0",