Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-46753] Fixed PCT failure against core 2.73.1 (#3)
* [JENKINS-46753] Fixed PCT failure against core 2.73.1. Missing dependency in scope test
* [JENKINS-46753] Upgrading to latest parent POM version
  • Loading branch information
fcojfernandez authored and recena committed Oct 14, 2017
1 parent 7beb824 commit 3688261
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<!-- Baseline Jenkins version you use to build and test the plugin. Users must have this version or newer to run. -->
<version>2.17</version>
<version>2.36</version>
<relativePath />
</parent>
<artifactId>variant</artifactId>
Expand Down Expand Up @@ -49,6 +49,13 @@
<optional>true</optional>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>2.1.10</version>
<type>hpi</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 3688261

Please sign in to comment.