How to change the dependency of weblogic server when at runtime it referes to another jar?

Viewed 9

I am trying to run my application on weblogic server. I have specified the required jars in the required versions in the pom file of my application. At run time the server is referencing the jar from $Middleware_Home/oracle_common/modules which has an older version of the jar. How do i update the version in this folder? or make the server refer to the version specified in my pom file.

0 Answers
Related