Skip to content

Commit

Permalink
Remove extra dependencies (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuhlha authored Jan 20, 2021
1 parent 9f41ac3 commit 4ae39fc
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions ffwd-http-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,6 @@
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>
<version>1.3.3</version>
</dependency>

<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-loadbalancer</artifactId>
<version>2.2.2</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency>


<!-- testing -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 4ae39fc

Please sign in to comment.