From d3348840a68e7366cd03c0cabccd12f2cf05b5e2 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 11 Apr 2018 13:13:46 -0500 Subject: Update Bouncey Castle Version Issue-ID: AAF-228 Change-Id: Ica02b8640b692c3bd192e6728ea0cb7645f469ca Signed-off-by: Instrumental --- auth/auth-certman/pom.xml | 26 +++++++++++++++++++++----- cadi/shiro/pom.xml | 4 +--- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 2345a273..8fe3e60b 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -48,25 +48,43 @@ org.onap.aaf.authz aaf-auth-core - ${project.version} org.onap.aaf.authz aaf-auth-cass - ${project.version} org.onap.aaf.authz aaf-cadi-aaf - ${project.version} com.google.code.jscep jscep 2.4.0 + + + org.bouncycastle + bcprov-jdk15on + + + org.bouncycastle + bcpkix-jdk15on + + + + + + org.bouncycastle + bcprov-jdk15on + 1.59 + + + org.bouncycastle + bcpkix-jdk15on + 1.59 @@ -111,7 +129,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} @@ -122,7 +139,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} **/gen/** diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index b5838c5b..af0bfd51 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -97,13 +97,13 @@ shiro-core 1.4.0 + org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} @@ -114,7 +114,6 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8.1 false @@ -122,7 +121,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} **/gen/** -- cgit 1.2.3-korg