diff --git a/.gitignore b/.gitignore index d826b85..7f3fdcd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +target .classpath .metadata .project diff --git a/pom.xml b/pom.xml index a08e708..d00054c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,4 +7,33 @@ 1.0-SNAPSHOT 4.0.0 + + UTF-8 + + + + + junit + junit + 4.12 + test + + + javax.xml.bind + jaxb-api + 2.3.0 + + + + + + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + +