Java selects library class file from java jdk but i need it to use library class file downloaded by adding maven dependency

55 views Asked by At

The problem is I have javax.activation library in Java8JDK/Library and an updated javax.activation library added using maven dependency. While executing it uses library from Java8JDK/Library. How do I enforce it to use it from the library added using maven dependency. As we can see in the image it used library from jdk as default

0

There are 0 answers