Skip to content

Commit

Permalink
Merge pull request #20 from matthiasblaesing/missing_dependency_central
Browse files Browse the repository at this point in the history
Fix failing build, caused by missing dependency
  • Loading branch information
kohsuke authored May 12, 2021
2 parents f9a8222 + 3e96518 commit 762976d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@
<version>1.14</version>
</dependency>
</dependencies>

<repositories>
<repository>
<id>Jenkins-CI</id>
<url>http://repo.jenkins-ci.org/releases/</url>
</repository>
</repositories>
</project>

0 comments on commit 762976d

Please sign in to comment.