Results 1 to 2 of 2

Thread: Can't find maven artifact org.springframework:org.springframework.agent:jar: 3.0.0.M2

  1. #1
    Join Date
    Aug 2008
    Location
    London
    Posts
    40

    Default Can't find maven artifact org.springframework:org.springframework.agent:jar: 3.0.0.M2

    Hi

    I'm using Spring 3.0 M2 maven artifacts in my project. In my DAO layer, I am using AspectJ load time weaving. To make it work when running unit tests, I need to specify -javaagent:spring-agent.jar as VM arg. However, the latest I found is spring-agent-2.5.6.jar. Any reason why spring 3.0 M2 doesn't have it's own version of this lib?

    I am looking here:
    http://s3browse.com/explore/reposito...pringframework

    Thanks.

  2. #2
    Join Date
    Jun 2006
    Location
    SF Bay Area, California
    Posts
    524

    Default

    The artifact name has changed. You will need to use org.springframework.instrument-3.0.0.M2.jar instead of spring-agent.jar

    http://s3browse.com/explore/reposito...ment/3.0.0.M2/
    Ramnivas Laddad (Follow me on Twitter)
    AspectJ in Action: Enterprise AOP with Spring Applications (2nd edition). Now 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
  •