Skip to content

Commit

Permalink
Merge pull request #2 from vjuranek/pom_fix
Browse files Browse the repository at this point in the history
Added Eclipse JGit repo to be able to resolve dependencies
  • Loading branch information
janinko committed Aug 30, 2012
2 parents 3750173 + 0deb6e9 commit 61682a2
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 @@ -45,6 +45,11 @@
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
<repository>
<id>jgit-repository</id>
<name>Eclipse JGit Repository</name>
<url>http://download.eclipse.org/jgit/maven</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit 61682a2

Please sign in to comment.