java.lang.ClassNotFoundException: javax.xml.bind.ValidationException

java.lang.ClassNotFoundException: javax.xml.bind.ValidationException

The Class is Not Found :javax.xml.bind

Specify it in the configuration file:

ref‮ot re‬:lautturi.com
<dependencies>
    <dependency>
        <groupId>javax.xml.bind</groupId>
        <artifactId>jaxb-api</artifactId>
        <version>2.3.0</version>
    </dependency>
    <dependency>
        <groupId>com.sun.xml.bind</groupId>
        <artifactId>jaxb-impl</artifactId>
        <version>2.3.0</version>
    </dependency>
	...
</dependencies>
Created Time:2017-08-30 04:37:01  Author:lautturi