From 1cb818e3cbd6154762f908be8698317fa10fbc49 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Fri, 9 Apr 2021 11:51:05 +0100 Subject: Add command line handler Added a Handler for command line classes to share common strucutures. Issue-ID: POLICY-3128 Change-Id: I662911c467faf5c39b8db018bb1a564fba7587a6 Signed-off-by: adheli.tavares --- utils/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/pom.xml') diff --git a/utils/pom.xml b/utils/pom.xml index bd9df71a..75173a2a 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -3,6 +3,7 @@ ONAP Policy Engine - Common Modules ================================================================================ Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2021 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -117,5 +118,9 @@ assertj-core test + + commons-cli + commons-cli + -- cgit 1.2.3-korg