提交 b956c4c9 编写于 作者: J Jesse Glick

JUnit 4.11.

上级 0e53cf5f
......@@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
......
......@@ -443,7 +443,7 @@ THE SOFTWARE.
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
......
......@@ -347,7 +347,7 @@ THE SOFTWARE.
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.29</version>
<version>1.30</version>
<relativePath />
</parent>
......@@ -65,12 +65,6 @@
<version>1.505-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<!--
Maven is so brain-dead that when a dependency is like:
......
......@@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.29</version>
<version>1.30</version>
</parent>
<groupId>org.jenkins-ci.main</groupId>
......@@ -145,20 +145,8 @@ THE SOFTWARE.
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.2.1</version>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
......
......@@ -100,11 +100,12 @@ THE SOFTWARE.
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册