Thai Duong
Thai Duong
Hmm, that's strange. jackson-core is declared as a dependency in [pom.xml](https://repo1.maven.org/maven2/com/google/crypto/tink/tink-gcpkms/1.6.1/tink-gcpkms-1.6.1.pom). Does it work if you add the following lines? dependencies { implementation 'com.google.crypto.tink:tink-gcpkms:1.6.1' implementation 'com.fasterxml.jackson.core:jackson-core:2.12.1' }
Someone reported in https://github.com/google/tink/issues/557 that upgrading to the latest version resolves the problem for them. Have you tried that?
Thanks. I'm taking a look and see that this should be fixed in 1.7.
Thanks, this is awesome! We'll merge this, but maybe not in 1.5.0 because it'll take us some time to import HashiCorp Vault API to our internal repo.
Scratch my last comment. This looks so good that I think it should make 1.5.0. I'll review early next week.
It looks like this won't make 1.5.0, as there's a few things that I want to discuss before merging.
@juergw is working on this. Based on his comment and the progress he's made I think this should be fixed very soon, at least for Tink at HEAD. @chuckx this...
@tholenst