PrevPrevious commit
Next Next commit
fix: test dependencies
  • Loading branch information
@chingor13
chingor13 committedJan 2, 2020
commit d9ab31408d8e4ace4c043c9a9cb8256040f9ccf6
Original file line numberDiff line numberDiff line change
Expand Up@@ -79,7 +79,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredDependencies>io.grpc:grpc-protobuf-lite</ignoredDependencies>
<ignoredDependencies>io.grpc:grpc-protobuf-lite,org.hamcrest:hamcrest,org.hamcrest:hamcrest-core</ignoredDependencies>
</configuration>
</plugin>
</plugins>
Expand DownExpand Up@@ -249,8 +249,8 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down