Skip to content

Commit

Permalink
explicit declaration of commons-lang3, fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
McFoggy committed Aug 3, 2016
1 parent 5d1e75f commit 306bd90
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 @@ -122,6 +122,11 @@
<artifactId>jgitver</artifactId>
<version>0.2.0-alpha1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 306bd90

Please sign in to comment.