Skip to content

Commit

Permalink
didn't mean to commit with this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Mar 13, 2019
1 parent 2493865 commit a2df0e0
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 602 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ public class ComponentsDefine {

public static final OfficialComponent ZOOKEEPER = new OfficialComponent(58, "Zookeeper");

public static final OfficialComponent VERTX = new OfficialComponent(59, "Vert.x");

private static ComponentsDefine INSTANCE = new ComponentsDefine();

private String[] components;
Expand All @@ -125,7 +123,7 @@ public static ComponentsDefine getInstance() {
}

public ComponentsDefine() {
components = new String[60];
components = new String[59];
addComponent(TOMCAT);
addComponent(HTTPCLIENT);
addComponent(DUBBO);
Expand Down Expand Up @@ -169,7 +167,6 @@ public ComponentsDefine() {
addComponent(REDISSON);
addComponent(LETTUCE);
addComponent(ZOOKEEPER);
addComponent(VERTX);
}

private void addComponent(OfficialComponent component) {
Expand Down
1 change: 0 additions & 1 deletion apm-sniffer/apm-sdk-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<module>rabbitmq-5.x-plugin</module>
<module>dubbo-conflict-patch</module>
<module>canal-1.x-plugin</module>
<module>vertx-3.x-plugin</module>
</modules>
<packaging>pom</packaging>

Expand Down
51 changes: 0 additions & 51 deletions apm-sniffer/apm-sdk-plugin/vertx-3.x-plugin/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a2df0e0

Please sign in to comment.