aboutsummaryrefslogtreecommitdiffstats
path: root/BRMSGateway
diff options
context:
space:
mode:
authorDaniel Cruz <dc443y@att.com>2018-04-03 08:08:19 -0500
committerDaniel Cruz <dc443y@att.com>2018-04-03 09:05:52 -0500
commitdb15d587f35433a3e754facf73ba7ed2c4e4b0eb (patch)
treeed8655cd454bca235ddb860ed9b9570d9d45c157 /BRMSGateway
parentd105cbfe03206ad479e474e58290db4d5b9ba511 (diff)
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 <dc443y@att.com>
Diffstat (limited to 'BRMSGateway')
-rw-r--r--BRMSGateway/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
- <mainClass>org.onap.policy.brmsInterface.BRMSGateway</mainClass>
+ <mainClass>org.onap.policy.brms.api.BrmsGateway</mainClass>
</manifest>
</archive>
<descriptorRefs>