Skip to content

Commit

Permalink
#360 - Create stress/load test which should cover all APIs with mocke…
Browse files Browse the repository at this point in the history
…d OP
  • Loading branch information
duttarnab committed Aug 12, 2019
1 parent c438b1b commit 7ee4e56
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions oxd-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<h2.version>1.4.194</h2.version>
<jedis.version>2.9.0</jedis.version>
<dropwizard.version>1.3.1</dropwizard.version>
<mockito.version>1.10.19</mockito.version>
</properties>

<parent>
Expand Down Expand Up @@ -220,7 +221,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -443,12 +444,6 @@
<artifactId>commons-cli</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 7ee4e56

Please sign in to comment.