-
Jul 19th, 2012, 09:29 AM
#1
Incorrect maven dependency
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>
-
Aug 23rd, 2012, 07:11 AM
#2
Hi,
Thanks for reporting this, it is fixed now.
Mark
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules