Skip to content

Commit

Permalink
clean up test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Oct 9, 2020
1 parent dfb46ae commit 76772fe
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions unirest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,6 @@
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest-all -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.2-jre</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-guava</artifactId>
Expand All @@ -94,13 +77,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.26</version>
<version>1.7.30</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.paweladamski</groupId>
<artifactId>HttpClientMock</artifactId>
<version>1.5.0</version>
<version>1.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 76772fe

Please sign in to comment.