Skip to content

Commit

Permalink
fix up test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Feb 10, 2020
1 parent 5d29407 commit d32d090
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions unirest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>


<!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest-all -->
<dependency>
<groupId>org.hamcrest</groupId>
Expand All @@ -83,7 +81,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.0-jre</version>
<version>28.2-jre</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-guava -->
Expand All @@ -105,24 +103,12 @@
<version>2.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<!-- <scope>test</scope>-->
</dependency>
<dependency>
<groupId>com.github.paweladamski</groupId>
<artifactId>HttpClientMock</artifactId>
Expand Down

0 comments on commit d32d090

Please sign in to comment.