Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(authentication): Add bouncyCastle dependency (DEV-922) (#2065)
  • Loading branch information
irinaschubert committed May 12, 2022
1 parent df67e4b commit 4ac799d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Dependencies.scala
Expand Up @@ -70,6 +70,7 @@ object Dependencies {
val jwtSprayJson = "com.pauldijou" %% "jwt-spray-json" % "5.0.0" // Scala 3 incompatible
val springSecurityCore =
"org.springframework.security" % "spring-security-core" % "5.6.2" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.71"

// caching
val ehcache = "net.sf.ehcache" % "ehcache" % "2.10.9.2"
Expand Down Expand Up @@ -135,6 +136,7 @@ object Dependencies {
scalaTest % Test,
scallop,
springSecurityCore,
bouncyCastle,
swaggerAkkaHttp,
testcontainers % Test,
titaniumJSONLD,
Expand Down

0 comments on commit 4ac799d

Please sign in to comment.