WARNING: JAXBContext implementation could not be found. WADL feature is disabled
How can I resolve this warning?
Is there a way to enable this WADL feature?
I recomend to you this thread.
I've solved this simply adding this dependency in my pom.xml
:
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.3</version>
</dependency>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With