Skip to content

Commit

Permalink
Remove duplicated mockito-all artifact. Bump mockito-core version to …
Browse files Browse the repository at this point in the history
…1.10.19, Objenesis to 2.2
  • Loading branch information
MishaDemianenko committed Nov 6, 2015
1 parent b7e0dfe commit e1a53fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion community/graph-algo/pom.xml
Expand Up @@ -75,7 +75,7 @@ the relevant Commercial Agreement.
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<artifactId>mockito-core</artifactId>
</dependency>
</dependencies>

Expand Down
11 changes: 2 additions & 9 deletions pom.xml
Expand Up @@ -26,7 +26,6 @@
<licensing.prepend.text>notice-agpl-prefix.txt</licensing.prepend.text>
<licensing.phase>compile</licensing.phase>
<lucene.version>3.6.2</lucene.version>
<powermock.version>1.5.5</powermock.version>
<logback-classic.version>1.1.2</logback-classic.version>
<generate-config-docs-phase>prepare-package</generate-config-docs-phase>
<hsqldb.version>2.3.2</hsqldb.version>
Expand Down Expand Up @@ -480,20 +479,14 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<version>1.10.19</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>1.3</version>
<version>2.2</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Expand Up @@ -78,7 +78,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e1a53fa

Please sign in to comment.