未验证 提交 7c619e3c 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Fix elastic search plugin not work. (#1691)

上级 05764660
......@@ -96,6 +96,8 @@ public class ComponentsDefine {
public static final OfficialComponent ACTIVEMQ_CONSUMER = new OfficialComponent(46,"activemq-consumer");
public static final OfficialComponent TRANSPORT_CLIENT = new OfficialComponent(48, "transport-client");
private static ComponentsDefine INSTANCE = new ComponentsDefine();
private String[] components;
......
......@@ -22,7 +22,7 @@
<parent>
<artifactId>apm-sdk-plugin</artifactId>
<groupId>org.apache.skywalking</groupId>
<version>5.0.0-RC-SNAPSHOT</version>
<version>6.0.0-alpha-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -58,6 +58,7 @@
<module>hystrix-1.x-plugin</module>
<module>sofarpc-plugin</module>
<module>activemq-5.x-plugin</module>
<module>elasticsearch-5.x-plugin</module>
</modules>
<packaging>pom</packaging>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册