Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #111 from varyvol/JENKINS-46957
[JENKINS-46957] Use new parent POM to fix PCT issues
  • Loading branch information
stephenc committed Sep 19, 2017
2 parents 22c8d12 + 9b0ce16 commit 30bcaed
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.25</version>
<version>2.33</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -66,7 +66,7 @@

<properties>
<jenkins.version>1.642.3</jenkins.version>
<scm-api.version>2.2.0</scm-api.version>
<scm-api.version>2.2.2</scm-api.version>
<git-plugin.version>3.3.0</git-plugin.version>
</properties>

Expand Down Expand Up @@ -115,6 +115,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency> <!-- previously gathered from org.jenkins-ci.lib:lib-jenkins-maven-embedder -->
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>scm-api</artifactId>
Expand All @@ -125,7 +131,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>2.1.11</version>
<version>2.1.16</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -162,6 +168,12 @@
<artifactId>subversion</artifactId>
<version>2.5</version>
<scope>test</scope>
<exclusions>
<exclusion> <!-- already included by the core -->
<groupId>org.jenkins-ci</groupId>
<artifactId>trilead-ssh2</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 30bcaed

Please sign in to comment.