Results 1 to 5 of 5

Thread: getting 3.0.0.RELEASE from EBR

  1. #1
    Join Date
    Jan 2006
    Posts
    8

    Default getting 3.0.0.RELEASE from EBR

    I can download 3.0.0.RELEASE fine from the link in this post, but I can't get it out of the springsource EBR. Should it be published to http://repository.springsource.com/m...undles/release ? I was able to get 3.0.0.RC1 just fine from the milestone repository, but can't seem to find the "3.0.0.RELEASE" version.

    Anyone able to pull this from maven or the EBR? Does it just take a while to publish them?

  2. #2
    Join Date
    Oct 2009
    Posts
    11

    Default Same here

    I've seen various tickets open indicating that spring security 3.0.0 of various milestones were in the EBR, but I seem to be unable to locate the corresponding final version.

    This is especially annoying when I'm using the EBR for everything but spring-security-web. Since it gets pulled down from Maven Central, its dependencies are designed to work with maven central, so I get all of the spring libraries a second time as they have different artifact IDs and names.

    Anybody have a solution for this (other than going all Maven Central)?

  3. #3
    Join Date
    Jan 2010
    Posts
    2

    Default seems not to be in EBR

    I have the same problem. It seems that Spring Security is not in EBR, yet. Does anybody know, when it will be available there or if there is another way to use Spring Framework from EBR and Spring Security from xxx with Maven?

    In my case i configured Maven to take Spring Framework from EBR. Spring Security is only available in RC2 Version on the Spring Milestone Repository. But Spring Security RC2 does have dependencies to Spring Framework RC3. So the Spring Framework RC3 jars are downloaded as well.

    Regards Daniel

  4. #4
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    Someone has to publish them, along with third-part dependency updates and he is probably on holiday just now.

    You can use the maven central jars or download the distro in the meantime. The content should be the same.
    Spring - by Pivotal
    twitter @tekul

  5. #5
    Join Date
    Jan 2010
    Posts
    2

    Default thank you

    Thank you. It's good to know that it will be available in future!
    I'm using the dist at the moment and will switch to EBR when it's available.

Posting Permissions

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