-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: portal-1.0.0, portal-2.0.0, portal-3.0.0
-
Fix Version/s: portal-1.0.1, portal-2.0.1, bridge-impl-3.1.0, bridge-impl-4.1.0, portal-3.0.1
-
Labels:None
The following property in the liferay-faces-portal/pom.xml descriptor has an incorrect scope:
pom.xml
<properties> ... <faces.api.scope>compile</faces.api.scope> ... </properties>
Instead of "compile" it should be "provided" – this change would be consistent with liferay-faces-bridge-impl.
In addition, there are some profiles in liferay-faces-bridge-impl that redundantly define the scope as "provided" which should be removed.