Skip to content

Commit

Permalink
[JENKINS-49573] Depend on matrix-project 1.4.1 bundled with Jenkins-1…
Browse files Browse the repository at this point in the history
….625.3
  • Loading branch information
ikedam committed Feb 27, 2018
1 parent 1c2d153 commit a314877
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-project</artifactId>
<version>1.12</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>com.sonyericsson.hudson.plugins.rebuild</groupId>
Expand All @@ -58,6 +58,13 @@
<version>1.5</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- Required by matrix-project -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>junit</artifactId>
<version>1.2-beta-4</version>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit a314877

Please sign in to comment.