This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new fe10ca4 make mockito test scope
fe10ca4 is described below
commit fe10ca491bcc7110f686eb0b5580aabe954cdb3e
Author: nzomkxia <[email protected]>
AuthorDate: Thu Feb 21 11:06:17 2019 +0800
make mockito test scope
---
dubbo-admin-server/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dubbo-admin-server/pom.xml b/dubbo-admin-server/pom.xml
index af43b5b..de8186d 100644
--- a/dubbo-admin-server/pom.xml
+++ b/dubbo-admin-server/pom.xml
@@ -129,6 +129,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito-version}</version>
+ <scope>test</scope>
</dependency>
</dependencies>