-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: bridge-ext-5.0.1, bridge-ext-7.0.0, bridge-ext-8.0.0
-
Component/s: Liferay Faces Bridge Ext
-
Labels:None
There is a dependency typo in the liferay-faces-bridge-ext.git parent-most pom.xml descriptor:
pom.xml
--- a/pom.xml +++ b/pom.xml @@ -273,2 +273,2 @@ - <groupId>com.sun.faces</groupId> - <artifactId>jsf-impl</artifactId> + <groupId>org.glassfish</groupId> + <artifactId>javax.faces</artifactId>
- is related to
-
FACES-2631 The Mojarra ConfigureListener/ConfigManager is unable to discover resources in the classpath via wildcard
-
- Closed
-