moved dependency down
This commit is contained in:
parent
d3edcf300d
commit
b9314197b6
13
pom.xml
13
pom.xml
|
@ -150,13 +150,6 @@
|
|||
</build>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jenkins-ci.plugins</groupId>
|
||||
<artifactId>display-url-api</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Jenkins dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.jenkins-ci.plugins</groupId>
|
||||
|
@ -199,6 +192,12 @@
|
|||
<artifactId>matrix-project</artifactId>
|
||||
<version>1.10</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jenkins-ci.plugins</groupId>
|
||||
<artifactId>display-url-api</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- REST client dependencies -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue