diff options
author | Vitaly Takmazov | 2019-12-20 16:28:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-12-20 16:28:41 +0300 |
commit | 8f7b2af21beda60d6123f555a0c21d2eadfc777a (patch) | |
tree | cec8a81dc63eaa272a4ab9e818ebb0cbde1e4670 /build.gradle | |
parent | 3ab17252a7d9f6c5834d85d050a19fa41be0c07d (diff) |
Sign In With Apple
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 9d350fc2..2a2cdf15 100644 --- a/build.gradle +++ b/build.gradle @@ -172,6 +172,12 @@ dependencies { compile 'com.google.api-client:google-api-client:1.30.6' compile "com.kotcrab.remark:remark:1.2.0" + compile 'io.jsonwebtoken:jjwt-api:0.10.7' + runtime 'io.jsonwebtoken:jjwt-jackson:0.10.7' + runtime 'io.jsonwebtoken:jjwt-impl:0.10.7' + compile 'org.bouncycastle:bcpkix-jdk15on:1.64' + compile 'com.nimbusds:nimbus-jose-jwt:8.3' + testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.36.0') testCompile('org.springframework.security:spring-security-test') |