From c1e8593dcb727a7bc7499f28b80126ddaa37fc9c Mon Sep 17 00:00:00 2001 From: IanHowell Date: Fri, 18 May 2018 09:29:09 -0500 Subject: Fix POMs Issue-ID: AAF-225 Change-Id: I02140ea61604b5224477fe29114f89ffcd75086e Signed-off-by: IanHowell --- auth/auth-certman/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'auth/auth-certman') diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 69a5c5df..10a3bb0b 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -42,6 +42,7 @@ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} + 1.59 @@ -79,12 +80,12 @@ org.bouncycastle bcprov-jdk15on - 1.59 + ${project.bouncyCastleVersion} org.bouncycastle bcpkix-jdk15on - 1.59 + ${project.bouncyCastleVersion} -- cgit 1.2.3-korg