Fix elastic search plugin not work. (#1691)

This commit is contained in:
吴晟 Wu Sheng 2018-09-22 08:42:07 +08:00 committed by GitHub
parent 0576466031
commit 7c619e3ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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>