-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Portal / Demos / Tests
-
Labels:None
This task involves adding <scope>runtime</scope> to the pom.xml descriptor of the liferay-faces-portal.jar module:
<dependency> <groupId>com.liferay.faces</groupId> <artifactId>liferay-faces-bridge-impl</artifactId> <version>${project.version}</version> <scope>runtime</scope> </dependency>
This change will make it more clear that Liferay Faces Bridge is not a compile-time dependency – rather, it is a dependency that is required for execution.