aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-12-20 16:31:23 +0300
committerGravatar Vitaly Takmazov2019-12-20 16:31:23 +0300
commit6447e2cf330f3e32f366b212eeec4e8c98e0416c (patch)
tree39a7d1c7055fcfc803b0fd19ae828076ad8c56a0 /build.gradle
parent8f7b2af21beda60d6123f555a0c21d2eadfc777a (diff)
BouncyCastle is test dependency
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
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 {