add matrix plugin to pom.xml
This commit is contained in:
parent
ef2d689544
commit
c1f40c1336
5
pom.xml
5
pom.xml
|
@ -192,6 +192,11 @@
|
||||||
<artifactId>org.eclipse.jgit</artifactId>
|
<artifactId>org.eclipse.jgit</artifactId>
|
||||||
<version>3.5.2.201411120430-r</version>
|
<version>3.5.2.201411120430-r</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jenkins-ci.plugins</groupId>
|
||||||
|
<artifactId>matrix-project</artifactId>
|
||||||
|
<version>1.10</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- REST client dependencies -->
|
<!-- REST client dependencies -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue