PDA

View Full Version : Incorrect maven dependency



soda
Jul 19th, 2012, 09:29 AM
At http://www.springsource.org/spring-shell

Maven Milestone Dependency
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-shell</artifactId>
<version>1.0.0.M1</version>
</dependency>

should be

<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>1.0.0.M1</version>
</dependency>

Mark Pollack
Aug 23rd, 2012, 07:11 AM
Hi,
Thanks for reporting this, it is fixed now.
Mark