I always get the following Error when I am trying to redeploy an EAR on a weblogic 12c cluster with Jenkins and maven:
Target state: redeploy failed on Cluster xxx
java.lang.ClassNotFoundException: javax.xml.parsers.ParserConfigurationException
I already added <wls:package-name>javax.xml.*</wls:package-name>
in the weblogic-application.xml
file.
The problem started after adding this dependency in maven:
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
Does anyone have an idea for solving this problem?