From 82b162be29015ac529d9e29d0f5ee21d7fc24ecb Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Tue, 14 Jan 2020 11:39:47 -0600 Subject: policy/xacml-pdp jdk11 upgrades Issue-ID: POLICY-1596 Change-Id: I00164ea17eb9d547b45c01e5f46f7aaf0f9a25e2 Signed-off-by: HOCKLA --- applications/common/pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'applications/common') diff --git a/applications/common/pom.xml b/applications/common/pom.xml index bbceefb9..dbde0ae1 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -39,9 +39,19 @@ org.powermock - powermock-api-mockito + powermock-api-mockito2 test + + javax.xml.bind + jaxb-api + ${version.javax.bind} + + + org.glassfish.jaxb + jaxb-runtime + ${version.javax.bind} + com.h2database h2 -- cgit 1.2.3-korg