From a69e3a9565186ae06c96215f9c73198d0651b529 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 5 Apr 2018 13:27:38 -0400 Subject: Sonar fixes to pooling Made various changes to the pooling feature to address some of the sonar issues. Remove duplicate classes, Pair & Triple. Fix sonar issue about duplicate process(xxx) methods. Remove extra items from pom.xml and add assembly builder. Fix license text in pom.xml, inadvertently reformatted. Fix a few typos in comments and change LinkedList to Queue. Move assembly.xml to correct source directory. Replace ScheduledFuture with CancellableScheduledTask, to satisfy sonar. Eliminate "TODO" items: add logging, delay after sending Offline message. Add more logging in process(Message) methods. Begin creating end-to-end junit test, fixed bugs found as a result. Restore logback-test.xml to WARN. Fix merge conflict - restored test properties file. Change-Id: Ic70a8cee49678ea0fc3da309699aec1f6088fe70 Issue-ID: POLICY-728 Signed-off-by: Jim Hahn --- policy-core/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'policy-core/pom.xml') diff --git a/policy-core/pom.xml b/policy-core/pom.xml index ecd5b19e..78f9c737 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -84,6 +84,11 @@ drools-persistence-jpa 6.5.0.Final + + org.onap.policy.common + utils + ${project.version} + org.onap.policy.drools-pdp policy-utils -- cgit 1.2.3-korg