Skip to content

Commit

Permalink
changed order of deps to prefer junit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider authored and joel-costigliola committed Dec 30, 2014
1 parent dd0ddbe commit ab6764d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -32,15 +32,15 @@
<url>https://github.com/joel-costigliola/assertj-core/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
Expand Down

0 comments on commit ab6764d

Please sign in to comment.