From: Daniel Cruz Date: Tue, 3 Apr 2018 13:08:19 +0000 (-0500) Subject: Fix BRMSGW Executable Jar Class Path X-Git-Tag: v1.2.0~9^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=db15d587f35433a3e754facf73ba7ed2c4e4b0eb 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 --- 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