Skip to content

Commit

Permalink
Fix example json-jettison
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Apr 8, 2020
1 parent 40847c5 commit c44de3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/json-jettison/pom.xml
Expand Up @@ -46,6 +46,16 @@
<type>pom</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>

<dependency>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit c44de3c

Please sign in to comment.