Skip to content

Commit

Permalink
adding jaxb-core to run with java 10 and myfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Aug 1, 2018
1 parent 5088888 commit a2f5c44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -154,6 +154,10 @@
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-core</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a2f5c44

Please sign in to comment.