aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
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')