Fix BRMSGW Executable Jar Class Path 93/40693/2
authorDaniel Cruz <dc443y@att.com>
Tue, 3 Apr 2018 13:08:19 +0000 (08:08 -0500)
committerDaniel Cruz <dc443y@att.com>
Tue, 3 Apr 2018 14:05:52 +0000 (09:05 -0500)
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>
BRMSGateway/pom.xml

index 9be5c30..f64c35a 100644 (file)
                         <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>