Reputation: 1
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