Skip to content

Commit

Permalink
closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Stärk authored and Jochen Stärk committed Mar 19, 2018
1 parent ccf0b5d commit 369c098
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.zugferd</groupId>
<artifactId>ZUV</artifactId>
<packaging>jar</packaging>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.3-SNAPSHOT</version>

<repositories>
<repository>
Expand All @@ -27,6 +27,13 @@
</properties>

<dependencies>
<!-- for java9 -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
</dependency>

<!-- for ph-schematron -->

<dependency><!-- disable logging. Switch to e.g. <artifactId>slf4j-simple</artifactId> to enable -->
Expand Down

0 comments on commit 369c098

Please sign in to comment.