From: tang peng Date: Wed, 30 Aug 2017 12:22:48 +0000 (+0000) Subject: Merge "Change the parent in the pom.xml to oparent" X-Git-Tag: v1.0.0~57 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e16a7b972f291b8048e2961e69fa4da78d15c3b4;hp=5123b73ef93a878e1e44ab7fa007ec4163738ded;p=holmes%2Fengine-management.git Merge "Change the parent in the pom.xml to oparent" --- diff --git a/engine-d-standalone/src/main/assembly/bin/run.sh b/engine-d-standalone/src/main/assembly/bin/run.sh index a403aeb..a1aa671 100644 --- a/engine-d-standalone/src/main/assembly/bin/run.sh +++ b/engine-d-standalone/src/main/assembly/bin/run.sh @@ -21,7 +21,7 @@ echo @RUNHOME@ $RUNHOME echo @JAVA_HOME@ $JAVA_HOME JAVA="$JAVA_HOME/bin/java" echo @JAVA@ $JAVA -main_path=$RUNHOME/../ +main_path=$RUNHOME/.. cd $main_path JAVA_OPTS="-Xms50m -Xmx128m" port=8312 @@ -31,5 +31,5 @@ echo @JAVA_OPTS@ $JAVA_OPTS class_path="$main_path/:$main_path/holmes-engine-d.jar" echo @class_path@ $class_path -"$JAVA" $JAVA_OPTS -classpath "$class_path" EngineDActiveApp server "$main_path/conf/engine-d.yml" +"$JAVA" $JAVA_OPTS -classpath "$class_path" org.onap.holmes.engine.EngineDActiveApp server "$main_path/conf/engine-d.yml" diff --git a/engine-d/pom.xml b/engine-d/pom.xml index c5aa87d..44ae940 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -34,7 +34,10 @@ - + + org.reflections + reflections + org.onap.holmes.common holmes-actions diff --git a/pom.xml b/pom.xml index e5517cd..554ab3b 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ 2.22.2 5.0 1.6.1 + 0.9.9 2.2.1 onap-holmes-engine-d @@ -66,6 +67,11 @@ + + org.reflections + reflections + ${reflections.version} + org.easymock easymock