From 69e393da4cce52a0491fffff2dc81fbe59aeca08 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 17 Feb 2021 15:25:45 -0500 Subject: Add new EnvProperties class Added new class EnvProperties, which extends java.util.Properties and supports property values containing embedded environment variable references. Updated code to use this class to load svclogic.properties, and updated dmaap listener to use that class to load dmaap listener configuration. Issue-ID: SDNC-1482 Signed-off-by: Dan Timoney Change-Id: I7538b719631d8c10c27d059aeb4f70ce92760ebd --- plugins/grToolkit/provider/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'plugins/grToolkit/provider/pom.xml') diff --git a/plugins/grToolkit/provider/pom.xml b/plugins/grToolkit/provider/pom.xml index 5c77331c0..b44436697 100755 --- a/plugins/grToolkit/provider/pom.xml +++ b/plugins/grToolkit/provider/pom.xml @@ -118,6 +118,26 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + admin + admin + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + admin + admin + + + -- cgit 1.2.3-korg