Missing POM for net.sourceforge.jline dependency
Hi,
I'm new to the Spring Framework, and Spring Shell got me interested.
However, using Maven, I added the repository and the dependency to my pom.xml and tried running mvn compile. But it keeps complaining about the following:
Downloading: http://repo.springframework.org/libs...e-1.0.S2-B.pom
[WARNING] The POM for net.sourceforge.jline:jline:jar:1.0.S2-B is missing, no dependency information available
Downloading: http://repo.springframework.org/libs...e-1.0.S2-B.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
Any ideas on how why this is happening and how I can solve it?
Thank you in advance.
Edit:
The same thing happens with the release repository:
Downloading: http://repo.springframework.org/rele...e-1.0.S2-B.pom
Downloading: http://repo1.maven.org/maven2/net/so...e-1.0.S2-B.pom
[WARNING] The POM for net.sourceforge.jline:jline:jar:1.0.S2-B is missing, no dependency information available
Downloading: http://repo.springframework.org/rele...e-1.0.S2-B.jar
Downloading: http://repo1.maven.org/maven2/net/so...e-1.0.S2-B.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------