Sanjay Shetty
Sanjay Shetty

Reputation: 1

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

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

Upvotes: 0

Views: 57

Answers (0)

Related Questions