You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/10/09 14:01:20 UTC

[skywalking] 01/01: Exclude a dependency for test.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch exp
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit bceeb6f14abc5d66c3c3126801078f7e9875f002
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Oct 9 22:01:03 2019 +0800

    Exclude a dependency for test.
---
 oap-server/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/oap-server/pom.xml b/oap-server/pom.xml
index e2ad820..6723be0 100755
--- a/oap-server/pom.xml
+++ b/oap-server/pom.xml
@@ -201,6 +201,10 @@
                         <groupId>commons-logging</groupId>
                         <artifactId>commons-logging</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <artifactId>org.elasticsearch</artifactId>
+                        <groupId>elasticsearch</groupId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>