I have add to pom.xml of my project repository:
<repository>
<id>java.net</id>
<name>java.net</name>
<url>http://download.java.net/maven/2</url>
</repository>
But when I go to tab dependencies of pom – click add I don’t see version jsf-impl 2.0 or more

How to fix it?
Thanks.
You can’t unless Maven can download the remote index to power the dependency search. Check the Maven console for log details.