From 396f60280265a37379916ad12752a94691118f65 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Mon, 7 Aug 2023 16:01:21 -0400 Subject: Upgrade java-17 in drools-pdp Issue-ID: POLICY-4676 Change-Id: I85a0f6303b30cd0405d63be003c9288f59a9d6b7 Signed-off-by: adheli.tavares --- feature-pooling-dmaap/pom.xml | 39 +++++---------------------------------- 1 file changed, 5 insertions(+), 34 deletions(-) (limited to 'feature-pooling-dmaap/pom.xml') diff --git a/feature-pooling-dmaap/pom.xml b/feature-pooling-dmaap/pom.xml index a38edb69..ce6d1af4 100644 --- a/feature-pooling-dmaap/pom.xml +++ b/feature-pooling-dmaap/pom.xml @@ -7,9 +7,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -18,14 +18,15 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.drools-pdp drools-pdp - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT feature-pooling-dmaap @@ -66,7 +67,6 @@ prepare-package - false ${project.build.directory}/assembly/lib false true @@ -84,7 +84,6 @@ - com.att.nsa cambriaClient @@ -100,51 +99,23 @@ provided - ch.qos.logback logback-classic provided - org.onap.policy.drools-pdp policy-core ${project.version} provided - org.onap.policy.drools-pdp policy-management ${project.version} provided - - - junit - junit - test - - - - org.onap.policy.common - utils-test - ${policy.common.version} - test - - - - org.mockito - mockito-core - test - - - - org.assertj - assertj-core - test - -- cgit 1.2.3-korg