diff options
Diffstat (limited to 'BRMSGateway/pom.xml')
-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> |