Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
alloy-2.0.0, alloy-3.0.0
-
None
Description
In order to execute the JUnit AutoCompleteFiltersTest, the following dependency is specified in the parent-most pom.xml descriptor of the liferay-faces-alloy.git repository:
pom.xml
<dependency> <groupId>com.sun.faces</groupId> <artifactId>jsf-api</artifactId> </dependency>
Instead, the following dependency should be used:
pom.xml
<dependency> <groupId>javax.faces</groupId> <artifactId>javax.faces-api</artifactId> </dependency>