Move jmockit to dependencyManagement so that we get a common version in all places it is used

Former-commit-id: 2cfab936074b17a8f9b080a5272c6da757e32921
This commit is contained in:
Hans Joachim Desserud
2015-02-22 12:50:52 +01:00
parent 0f3ffaf270
commit b53de8c69b
3 changed files with 5 additions and 2 deletions

View File

@@ -354,7 +354,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.14</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -294,7 +294,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.15</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -382,6 +382,11 @@ Copyright (c) 2012 - Jeremy Long
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.15</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>