-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-3.0.0-legacy-ga1, liferay-faces-3.0.1-legacy-ga2, liferay-faces-3.0.0-ga1, liferay-faces-3.0.1-ga2, liferay-faces-3.1.0-ga1, liferay-faces-3.1.1-ga2
-
Fix Version/s: liferay-faces-3.0.2-legacy-ga3, liferay-faces-3.0.2-ga3, liferay-faces-3.1.2-ga3
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
The icefaces3-portlet.war artifact contains WEB-INF/lib/activation.jar and WEB-INF/lib/mail.jar because they are transitive dependencies of WEB-INF/lib/icepush.jar, which is a transitive dependency of WEB-INF/lib/icefaces.jar
These dependencies can be removed using the following markup in the master pom:
<exclusion> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> </exclusion> <exclusion> <groupId>javax.activation</groupId> <artifactId>javax.activation</artifactId> </exclusion>