Currently the maven coordinates of mojarra are:
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
The comes from the RI days where the naming pattern was [spec]-api for the API jar, and [spec] for the implementation jar. As Mojarra is no longer the RI (there is no RI concept in Jakarta EE), implementations have been asked to move away from this pattern.
I would like to propose to use:
<groupId>org.glassfish.mojarra</groupId>
<artifactId>mojarra</artifactId>