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

huxing pushed a commit to branch 2.7.2-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.7.2-release by this push:
     new 321afae  Remove licence from dependency (#4186)
321afae is described below

commit 321afae3eab0293b9cd3fb9f82702c0d37045e76
Author: cvictory <[email protected]>
AuthorDate: Wed May 29 09:42:44 2019 +0800

    Remove licence from dependency (#4186)
---
 dubbo-dependencies-bom/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 3573df1..e6b8c36 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -597,6 +597,12 @@
                 <groupId>io.etcd</groupId>
                 <artifactId>jetcd-launcher</artifactId>
                 <version>${etcd_launcher_version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.github.spotbugs</groupId>
+                        <artifactId>spotbugs-annotations</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.testcontainers</groupId>

Reply via email to