From 8f7b2af21beda60d6123f555a0c21d2eadfc777a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 20 Dec 2019 16:28:41 +0300 Subject: Sign In With Apple --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build.gradle') 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') -- cgit v1.2.3