Skip to content

Commit

Permalink
Merge pull request #91 from oleg-nenashev/lib-maven-embedder-update
Browse files Browse the repository at this point in the history
[JENKINS-40621, JENKINS-38736] Update lib-jenkins-maven-embedder to 3.12
  • Loading branch information
aheritier committed Feb 14, 2017
2 parents c25bc30 + 0a182ca commit 7ef3eb4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Expand Up @@ -48,7 +48,7 @@ THE SOFTWARE.
<mavenInterceptorsVersion>1.8.1</mavenInterceptorsVersion>
<mavenVersion>3.1.0</mavenVersion>
<maven.version>${mavenVersion}</maven.version>
<aetherVersion>0.9.0.M3</aetherVersion>
<aetherVersion>1.1.0</aetherVersion>
<sisuInjectVersion>0.3.3</sisuInjectVersion>
<wagonVersion>2.4</wagonVersion>
<!--TODO: change to true after the code cleanup-->
Expand Down Expand Up @@ -254,6 +254,11 @@ THE SOFTWARE.
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-connector-basic</artifactId>
<version>${aetherVersion}</version>
</dependency>

<dependency>
<groupId>org.eclipse.sisu</groupId>
Expand Down Expand Up @@ -351,7 +356,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.lib</groupId>
<artifactId>lib-jenkins-maven-embedder</artifactId>
<version>3.11</version>
<version>3.12-SNAPSHOT</version>
<exclusions>
<exclusion><!-- we'll add our own patched version. see https://issues.jenkins-ci.org/browse/JENKINS-1680 -->
<groupId>jtidy</groupId>
Expand Down

0 comments on commit 7ef3eb4

Please sign in to comment.