Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1rOLgmU
via LifeLong Community
Maven Global dependency exclusion | Java Enterprise Ecosystem.
<dependency><groupId>dom4j</groupId><artifactId>dom4j</artifactId><version>1.4</version><scope>provided</scope></dependency>
The above XML snippet prohibits the packaging of DOM4j in the Web-INF/lib. Since the jar files isn’t present Application’s lib thus it’s loaded by the Jboss classloader as it’s present in the JBoss’s lib.
http://ift.tt/1rOLg6C
http://ift.tt/1k3nSdN
<dependency><groupId>dom4j</groupId><artifactId>dom4j</artifactId><version>1.4</version><scope>provided</scope></dependency>
The above XML snippet prohibits the packaging of DOM4j in the Web-INF/lib. Since the jar files isn’t present Application’s lib thus it’s loaded by the Jboss classloader as it’s present in the JBoss’s lib.
http://ift.tt/1rOLg6C
http://ift.tt/1k3nSdN
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1rOLgmU
via LifeLong Community
No comments:
Post a Comment