I am trying to add a dependency on jsf-api, but it has a dependency on jstl 1.2.
It fails every time because it is looking for: javax/servlet/jsp/jstl/jstl/1.2/jstl-1.2.pom This appears to be the incorrect location, it should be at: javax/servlet/jstl/1.2/jstl-1.2.pom If I am correct, then either: a) The pom file for jsf-api is wrong, or B) The artifact for jstl is in the wrong location. I'm hoping this is the correct place to report this. Thanks, John