Skip to content

Commit

Permalink
Add missing jaxb-runtime dependency
Browse files Browse the repository at this point in the history
A warning message was shown because this dependency was missing:
WARNING: JAXBContext implementation could not be found. WADL feature is disabled

JIRA: LIGHTY-91

Signed-off-by: tobias.pobocik <[email protected]>
  • Loading branch information
Tobianas authored and ihrasko committed Oct 20, 2022
1 parent ac9998d commit 237a4ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lighty-modules/lighty-restconf-nb-community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>

<!--Tests-->
<dependency>
Expand Down

0 comments on commit 237a4ce

Please sign in to comment.