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

wujimin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 95554e4340a8a27f12e63ff5516f9ca543ebe179
Author: wujimin <wuji...@huawei.com>
AuthorDate: Fri May 4 00:06:56 2018 +0800

    [SCB-538] avoid integration-tests.test-common in IntelliJ warning for can 
not find javax.annotation.Nonnull
---
 integration-tests/test-common/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/integration-tests/test-common/pom.xml 
b/integration-tests/test-common/pom.xml
index e0d6334..0f53000 100644
--- a/integration-tests/test-common/pom.xml
+++ b/integration-tests/test-common/pom.xml
@@ -64,6 +64,10 @@
       <groupId>io.zipkin.brave</groupId>
       <artifactId>brave-context-log4j12</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+    </dependency>
   </dependencies>
 
   <build>

-- 
To stop receiving notification emails like this one, please contact
wuji...@apache.org.

Reply via email to