-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-2.1.1-ga2, liferay-faces-3.0.1-legacy-ga2, liferay-faces-3.0.1-ga2, liferay-faces-3.1.1-ga2
-
Component/s: Liferay Faces Portal / Demos / Tests
-
Labels:None
The pom.xml file for liferay-faces-portal specifies liferay-faces-alloy and liferay-faces-bridge-impl as compile-time dependencies. But this isn't the case – the only compile-time dependency is liferay-faces-util.
This needs to be fixed, because ICEfaces 1.8 portlets that use liferay-faces-portal and liferay-faces-bridge-ice are getting liferay-faces-alloy and liferay-faces-bridge-impl as transitive dependencies. The liferay-faces-bridge-ice and liferay-faces-bridge-impl dependencies should never be used together, as they are complimentary.