Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #107 from fcojfernandez/JENKINS-46933
[JENKINS-46933] Fixing PCT failures against 2.73 core
  • Loading branch information
jglick committed Oct 9, 2017
2 parents 7481517 + 9644a87 commit ef2735e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.29</version>
<version>2.33</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -62,6 +62,12 @@
<version>1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.icon-shim</groupId>
<artifactId>icon-shim</artifactId>
<version>2.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit ef2735e

Please sign in to comment.