mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
Update build.gradle
This commit is contained in:
parent
576e37c3bb
commit
b9fb90edda
@ -72,8 +72,8 @@ dependencies {
|
||||
compile "net.i2p.crypto:eddsa:$eddsa_version"
|
||||
|
||||
// Bouncy castle support needed for X509 certificate manipulation
|
||||
compile "org.bouncycastle:bcprov-jdk15on:${bouncycastle_version}"
|
||||
compile "org.bouncycastle:bcpkix-jdk15on:${bouncycastle_version}"
|
||||
compile "org.bouncycastle:bcprov-jdk18on:${bouncycastle_version}"
|
||||
compile "org.bouncycastle:bcpkix-jdk18on:${bouncycastle_version}"
|
||||
|
||||
// JPA 2.2 annotations.
|
||||
compile "javax.persistence:javax.persistence-api:2.2"
|
||||
|
Loading…
Reference in New Issue
Block a user