diff options
-rwxr-xr-x | ueb-listener/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml index 2241047f6..33d2967fd 100755 --- a/ueb-listener/pom.xml +++ b/ueb-listener/pom.xml @@ -119,7 +119,7 @@ <archive> <manifest> <addClasspath>true</addClasspath> - <mainClass>org.openecomp.sdnc.uebclient.SdncUebClient</mainClass> + <mainClass>org.onap.ccsdk.sli.northbound.uebclient.SdncUebClient</mainClass> </manifest> </archive> </configuration> |