From 1162f4b61e6893c0f44d1f9d5d8abc81a94bed48 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 11 Mar 2019 11:37:53 -0400 Subject: Add ServiceManager class Added ServiceManager class to start a list of services, in order, and stop them in reverse order. Also addressed minor checkstyle issue in TopicSinkClient. Enabled logging from tests. Updated some comments. Updated license date. Added state checks and support for multi-threading. Change-Id: Ie7f053d9884766fe199895691a57eb5a51b1d155 Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn --- utils/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'utils/pom.xml') diff --git a/utils/pom.xml b/utils/pom.xml index 3263b7b9..84fe4626 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -36,6 +36,11 @@ com.google.code.gson gson + + org.onap.policy.common + capabilities + ${project.version} + org.apache.commons commons-lang3 @@ -45,6 +50,11 @@ junit test + + ch.qos.logback + logback-classic + test + org.eclipse.persistence javax.persistence -- cgit 1.2.3-korg