Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plipsky committed Jul 2, 2021
1 parent a39d9de commit 2d6d515
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions benchmark-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,20 +178,6 @@
<version>9.4.8.v20171121</version>
</dependency>

<!-- set GRPC version to be consistent across all transitive dependencies -->
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
<version>1.24.2</version>
</dependency>

<!-- set Netty version to be consistent across all transitive dependencies -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.50.Final</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 2d6d515

Please sign in to comment.