提交 e7f5bbd7 编写于 作者: Z zhangxin

fix some issue

上级 e20d4666
......@@ -17,12 +17,9 @@ _RUNJAVA=${JAVA_HOME}/bin/java
CLASSPATH="$COLLECTOR_HOME/config:$CLASSPATH"
for i in "$COLLECTOR_HOME"/libs/*.jar
do
echo $i
CLASSPATH="$i:$CLASSPATH"
done
echo $CLASSPATH
echo "Starting collector...."
eval exec "\"$_RUNJAVA\" ${JAVA_OPTS} -classpath $CLASSPATH com.a.eye.skywalking.collector.worker.CollectorBootStartUp \
2>${COLLECTOR_LOGS_DIR}/collector.log 1> /dev/null &"
......
......@@ -47,12 +47,6 @@
<groupId>com.a.eye</groupId>
<artifactId>skywalking-sniffer-mock</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
......
......@@ -10,7 +10,7 @@
<dependencySets>
<dependencySet>
<outputDirectory>/libs</outputDirectory>
<scope>compile</scope>
<scope>runtime</scope>
</dependencySet>
</dependencySets>
<fileSets>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册