Skip to content

Commit

Permalink
Fix project repository configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp committed Nov 17, 2017
1 parent cc5450d commit 0b8a32d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,17 @@
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 0b8a32d

Please sign in to comment.