This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 64a7179 [SCB-1936] change findbug dependency to provided
64a7179 is described below
commit 64a7179b2f0c70947c95b27fe27b2a257c1d6a2c
Author: wujimin <[email protected]>
AuthorDate: Tue May 26 20:26:34 2020 +0800
[SCB-1936] change findbug dependency to provided
---
dependencies/default/pom.xml | 2 ++
handlers/handler-tracing-zipkin/pom.xml | 6 ------
integration-tests/test-common/pom.xml | 4 ----
tracing/tracing-zipkin/pom.xml | 4 ----
4 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 2348f26..a18a0e4 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -199,11 +199,13 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>${findbugs-annotations.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>${findbugs-jsr305.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
diff --git a/handlers/handler-tracing-zipkin/pom.xml
b/handlers/handler-tracing-zipkin/pom.xml
index 648cc15..5be9fb0 100644
--- a/handlers/handler-tracing-zipkin/pom.xml
+++ b/handlers/handler-tracing-zipkin/pom.xml
@@ -63,11 +63,5 @@
<artifactId>zipkin</artifactId>
<scope>compile</scope>
</dependency>
-
- <dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- </dependency>
</dependencies>
-
</project>
diff --git a/integration-tests/test-common/pom.xml
b/integration-tests/test-common/pom.xml
index dc87912..edcb146 100644
--- a/integration-tests/test-common/pom.xml
+++ b/integration-tests/test-common/pom.xml
@@ -54,10 +54,6 @@
<artifactId>brave-context-log4j12</artifactId>
</dependency>
<dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- </dependency>
- <dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
diff --git a/tracing/tracing-zipkin/pom.xml b/tracing/tracing-zipkin/pom.xml
index 290e6f6..a113a06 100644
--- a/tracing/tracing-zipkin/pom.xml
+++ b/tracing/tracing-zipkin/pom.xml
@@ -50,10 +50,6 @@
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-context-log4j12</artifactId>
</dependency>
- <dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>