remove duplicate maven dependency. (#4215)

This commit is contained in:
Jared Tan 2020-01-11 11:01:18 +08:00 committed by GitHub
parent 1ed179c0bd
commit 7e9812e857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -86,11 +86,6 @@
<artifactId>grpc-testing</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-testing</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@ -143,4 +138,4 @@
</plugin>
</plugins>
</build>
</project>
</project>