Results 1 to 2 of 2

Thread: Maven - too many dependencies

  1. #1
    Join Date
    Oct 2005
    Posts
    80

    Default Maven - too many dependencies

    I am using maven 2, spring 2.0 m5, acegi 1, and eclipse.

    When I add acegi security as a dependency, i get a ton of new libraries added to my eclipse project -- including spring 2.0 m2. i don't need 2 springs!

    How do I exclude all the dependencies but acegi itself?

  2. #2
    Join Date
    May 2005
    Posts
    394

    Default

    <dependency>
    ...
    <excludes>
    <exclude>
    <groupId>...</>
    <artifactId>...</>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •