Skip to content

Commit

Permalink
exclude gitective's jgit just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Sep 20, 2013
1 parent 8e61610 commit 895ce32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hawtio-git/pom.xml
Expand Up @@ -44,6 +44,12 @@
<groupId>org.gitective</groupId>
<artifactId>gitective-core</artifactId>
<version>0.9.9</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Git HTTP Servlet -->
Expand Down

0 comments on commit 895ce32

Please sign in to comment.