From db15d587f35433a3e754facf73ba7ed2c4e4b0eb Mon Sep 17 00:00:00 2001 From: Daniel Cruz Date: Tue, 3 Apr 2018 08:08:19 -0500 Subject: [PATCH] Fix BRMSGW Executable Jar Class Path The BRMSGW is no longer able to start up in windriver due to recent changes to the package names. The class path to generate the executable jar now reflects the recent changes. Issue-ID: POLICY-681 Change-Id: I032e516e082defd6a7ad0daae559f8c3e60ae531 Signed-off-by: Daniel Cruz --- BRMSGateway/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 9be5c30c7..f64c35abf 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -162,7 +162,7 @@ true lib/ - org.onap.policy.brmsInterface.BRMSGateway + org.onap.policy.brms.api.BrmsGateway -- 2.16.6