Skip to content

Commit

Permalink
Merge pull request #55 from jglick/repositories
Browse files Browse the repository at this point in the history
Missing `<repositories>`
  • Loading branch information
jglick authored Jul 30, 2021
2 parents 12b3fbe + f9bec96 commit 54454e6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,18 @@
</dependencies>
</dependencyManagement>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

</project>

0 comments on commit 54454e6

Please sign in to comment.