JBoss EAP 7.4 vs org.jdom

Posted on

Hello!

I know that org.jdom has been marked deprecated and has been removed as a provided from JBoss EAP 7.4 and "org.jdom is needed by the application, it should be packaged inside the application."

Have an application with war
It has groupId>org.jdom in pom.xml.

org.jdom
jdom
1.1.3
compile

MANIFEST.MF has jdom-1.1.3.jar at Class-Path:
WEB-inf/lib containts jdom.1.1.3.jar

"WFLYSRV0179: Failed to load module:: myApplication-1.0.0-SNAPSHOT.war
Caused by: org.jboss.modules.ModuleNotFoundException: org.jdom"}}}}}}}}}}}}

Where am I going wrong?
Any suggestions?
Thank you!

Responses