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

Needed to update plugin POM, too.

上级 bd7cecbe
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<dependency> <dependency>
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId> <artifactId>jenkins-war</artifactId>
<type>war</type> <classifier>war-for-test</classifier>
<version>1.645-SNAPSHOT</version> <version>1.645-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
...@@ -73,7 +73,13 @@ ...@@ -73,7 +73,13 @@
<dependency> <dependency>
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId> <artifactId>jenkins-test-harness</artifactId>
<version>1.645-SNAPSHOT</version> <version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>test-annotations</artifactId>
<version>1.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- <!--
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册