diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-04-03 14:34:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-03 14:34:28 +0000 |
commit | 09e7756ab2c21c646b7092ee7cded9c8823535a9 (patch) | |
tree | 15e7fe1c374a4be6c380427d538234e1ab49b64d | |
parent | def1c29d8a8c4372e006b1388a456bca92d57500 (diff) | |
parent | db15d587f35433a3e754facf73ba7ed2c4e4b0eb (diff) |
Merge "Fix BRMSGW Executable Jar Class Path"
-rw-r--r-- | BRMSGateway/pom.xml | 2 |
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> |