Skip to content

Commit

Permalink
Fixed GNU Getopt dependency to allow build from Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonLeGrange committed Jan 3, 2017
1 parent f31d07c commit c30665b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</dependency>

<dependency>
<groupId>gnu-getopt</groupId>
<artifactId>getopt</artifactId>
<groupId>gnu.getopt</groupId>
<artifactId>java-getopt</artifactId>
<version>1.0.13</version>
</dependency>

Expand Down

0 comments on commit c30665b

Please sign in to comment.