commit | 09e7756ab2c21c646b7092ee7cded9c8823535a9 | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Tue Apr 03 14:34:28 2018 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Tue Apr 03 14:34:28 2018 +0000 |
tree | 15e7fe1c374a4be6c380427d538234e1ab49b64d | |
parent | def1c29d8a8c4372e006b1388a456bca92d57500 [diff] | |
parent | db15d587f35433a3e754facf73ba7ed2c4e4b0eb [diff] |
Merge "Fix BRMSGW Executable Jar Class Path"
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 9be5c30..f64c35a 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>