Results 1 to 2 of 2

Thread: Incorrect maven dependency

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    1

    Default 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>

  2. #2
    Join Date
    Aug 2004
    Location
    New York, NY
    Posts
    74

    Default

    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
  •