fix dmaap-listener startup and library 21/8621/1
authorBrian Freeman <bf1936@att.com>
Thu, 24 Aug 2017 12:51:40 +0000 (12:51 +0000)
committerBrian Freeman <bf1936@att.com>
Thu, 24 Aug 2017 12:54:03 +0000 (12:54 +0000)
Change-Id: Ice802b7c415f622e161d0ade2daf933064ac8edd
Signed-off-by: Brian Freeman <bf1936@att.com>
Issue-Id: SDNC-67

dmaap-listener/pom.xml
dmaap-listener/src/main/scripts/start-dmaap-listener.sh

index 5c7a5ab..c4c6656 100755 (executable)
                        <artifactId>jackson-databind</artifactId>
                        <version>${fasterxml.jackson.version}</version>
                </dependency>
+                <dependency>
+                        <groupId>com.fasterxml.jackson.core</groupId>
+                        <artifactId>jackson-annotations</artifactId>
+                        <version>${fasterxml.jackson.version}</version>
+                </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
index 7c11f4e..3890df2 100644 (file)
@@ -60,7 +60,7 @@ do
   LISTENERCLASSPATH=$LISTENERCLASSPATH:$file
 done
 
-${JAVA} ${JAVA_OPTS} -Dlog4j.configuration=file:${UEBLISTENERROOT}/lib/log4j.properties -cp ${LISTENERCLASSPATH} com.att.sdnctl.dmaapclient.DmaapListener &
+${JAVA} ${JAVA_OPTS} -Dlog4j.configuration=file:${UEBLISTENERROOT}/lib/log4j.properties -cp ${LISTENERCLASSPATH} org.openecomp.sdnc.dmaapclient.DmaapListener &
 
 
 echo $! > $PIDFILE