Skip to content

Commit

Permalink
properly add JAXB dependencies to address #162
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Jul 27, 2019
1 parent aad6f42 commit 7cffa2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmlunit-core/pom.xml
Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<scope>optional</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>optional</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<scope>optional</scope>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 7cffa2c

Please sign in to comment.