From 6447e2cf330f3e32f366b212eeec4e8c98e0416c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 20 Dec 2019 16:31:23 +0300 Subject: BouncyCastle is test dependency --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2a2cdf15..d3f5ff41 100644 --- a/build.gradle +++ b/build.gradle @@ -175,7 +175,6 @@ dependencies { 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") @@ -184,6 +183,7 @@ dependencies { testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") testCompile 'io.springfox:springfox-swagger2:2.9.2' + testCompile 'org.bouncycastle:bcpkix-jdk15on:1.64' } bootJar { -- cgit v1.2.3