diff --git a/oap-server/server-configuration/configuration-etcd/pom.xml b/oap-server/server-configuration/configuration-etcd/pom.xml deleted file mode 100644 index cdfe420e420c86eb73f8fcabd28df94ea6508ad9..0000000000000000000000000000000000000000 --- a/oap-server/server-configuration/configuration-etcd/pom.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - - server-configuration - org.apache.skywalking - 6.3.0-SNAPSHOT - - 4.0.0 - - configuration-etcd - - - - org.apache.skywalking - configuration-api - ${project.version} - - - org.apache.skywalking - library-client - ${project.version} - - - org.apache.skywalking - cluster-etcd-plugin - ${project.version} - - - - - - CI-with-IT - - - - io.fabric8 - docker-maven-plugin - - all - default - true - IfNotPresent - - - - start - pre-integration-test - - start - - - - - quayio/coreos-etcd:${etcd.version} - etcd-client-integration-test - - - 2379:2379 - - - - - - - - /usr/local/bin/etcd - --advertise-client-urls=http://0.0.0.0:2379 - --listen-client-urls=http://0.0.0.0:2379 - - - - - - - - - remove-it-etcd - post-integration-test - - stop - - - - - - - - - diff --git a/oap-server/server-configuration/configuration-etcd/src/main/resources/META-INF/services/org.apache.skywalking.oap.server.library.module.ModuleProvider b/oap-server/server-configuration/configuration-etcd/src/main/resources/META-INF/services/org.apache.skywalking.oap.server.library.module.ModuleProvider deleted file mode 100644 index bf8dafb3b45f03be3b934270b1a81c9f568c83b3..0000000000000000000000000000000000000000 --- a/oap-server/server-configuration/configuration-etcd/src/main/resources/META-INF/services/org.apache.skywalking.oap.server.library.module.ModuleProvider +++ /dev/null @@ -1,19 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# - -org.apache.skywalking.oap.server.cluster.plugin.etcd.ClusterModuleEtcdProvider \ No newline at end of file diff --git a/oap-server/server-configuration/configuration-etcd/src/test/resources/log4j2.xml b/oap-server/server-configuration/configuration-etcd/src/test/resources/log4j2.xml deleted file mode 100644 index c9eec4f6e22bc0b68dff05dca8c6151eb68a5f72..0000000000000000000000000000000000000000 --- a/oap-server/server-configuration/configuration-etcd/src/test/resources/log4j2.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/oap-server/server-configuration/pom.xml b/oap-server/server-configuration/pom.xml index be0196f2e934844c689b15b5b5d82ddb8cb29d36..5d89c4e6e01ce0a2a1115593fa0aed7e20a703dd 100644 --- a/oap-server/server-configuration/pom.xml +++ b/oap-server/server-configuration/pom.xml @@ -33,7 +33,6 @@ configuration-apollo configuration-nacos configuration-zookeeper - configuration-etcd