clean up and fix project dependencies

This commit is contained in:
Thomas Chojecki
2015-02-21 18:13:59 +01:00
parent b66a404212
commit f1de58b424
3 changed files with 7 additions and 17 deletions

5
.gitignore vendored
View File

@@ -3,8 +3,5 @@
.settings/
PDFA*.pdf
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties
pom.xml.*
bin/

View File

@@ -1,13 +0,0 @@
package org.mustangproject.ZUGFeRD;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}

View File

@@ -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>