Skip to content

Commit

Permalink
clean up and fix project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayman2200 committed Feb 21, 2015
1 parent b66a404 commit f1de58b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
.settings/
PDFA*.pdf
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties
pom.xml.*
bin/
13 changes: 0 additions & 13 deletions mustang/src/main/java/org/mustangproject/ZUGFeRD/App.java

This file was deleted.

6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<version>2.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>jempbox</artifactId>
<version>2.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit f1de58b

Please sign in to comment.