Created
November 27, 2018 23:33
-
-
Save Qleoz12/293c7382ceab8141a1ea3e5e33a591f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For primefaces 6.2 also this worked fine for me | |
<dependency> | |
<groupId>org.webjars</groupId> | |
<artifactId>font-awesome</artifactId> | |
<version>5.5.0</version> | |
</dependency> | |
and in xhtml file: | |
<h:outputScript library="webjars" name="font-awesome/5.5.0/js/all.js"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment