jstl-api icon indicating copy to clipboard operation
jstl-api copied to clipboard

javax.servlet.jsp.jstl maven not found

Open Yang09701194 opened this issue 2 years ago • 2 comments

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?

Yang09701194 avatar May 24 '23 04:05 Yang09701194

@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.

pnicolucci avatar Apr 03 '25 15:04 pnicolucci

@Yang09701194 are you still facing this issue?

pnicolucci avatar Apr 03 '25 15:04 pnicolucci

Stale issue, I will close it out. Please re-open if there are any other problems.

volosied avatar Oct 08 '25 18:10 volosied