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 +++-- auth/pom.xml | 12 +++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'auth') 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} diff --git a/auth/pom.xml b/auth/pom.xml index 777480ea..c3726b5d 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -54,6 +54,12 @@ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} + + 3.4.0 + 4.1.22.Final + @@ -484,7 +490,7 @@ com.datastax.cassandra cassandra-all - 3.3.0 + ${project.cassVersion} org.slf4j @@ -500,7 +506,7 @@ com.datastax.cassandra cassandra-driver-core - 3.4.0 + ${project.cassVersion} org.slf4j @@ -517,7 +523,7 @@ io.netty netty-handler - 4.1.22.Final + ${project.nettyVersion} -- cgit 1.2.3-korg