Skip to content

Commit

Permalink
Merge pull request #13 from jenkinsci/jenkins-39112
Browse files Browse the repository at this point in the history
[JENKINS-39112] Move GitHubLibraryResolver to its own plugin
  • Loading branch information
stephenc committed Oct 21, 2016
2 parents 1b72683 + d26d2b8 commit de10917
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@
<artifactId>pipeline-milestone-step</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-github-lib</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit de10917

Please sign in to comment.