Skip to content

Commit

Permalink
fixed pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Aug 31, 2016
1 parent f8df7d8 commit 24b87e8
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions pom.xml
Expand Up @@ -75,26 +75,12 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-core</artifactId>
<version>1.18.3</version>
<version>1.20.0</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>3.2.2</version>
</dependency>

<!-- TESTING -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
<version>3.3.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 24b87e8

Please sign in to comment.