javax.servlet.jsp.jstl maven not found
javax.servlet.jsp.jstl repository https://mvnrepository.com/artifact/javax.servlet.jsp.jstl/jstl/1.2
<!-- https://mvnrepository.com/artifact/javax.servlet.jsp.jstl/jstl -->
<dependency>
<groupId>javax.servlet.jsp.jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
In eclipse pom.xml paste dependency, update maven show error:
javax.servlet.jsp.jstl:jstl:jar:1.2 was not found in https://repo.maven.apache.org/maven2
if it is moved to new repository, would it add note box Note: This artifact was moved to: ... as hibernate?
@volosied I see this here: https://repo.maven.apache.org/maven2/javax/servlet/jsp/jstl/jstl/1.2/ so it does not look like anything moved.
@Yang09701194 are you still facing this issue?
Stale issue, I will close it out. Please re-open if there are any other problems.