Results 1 to 2 of 2

Thread: Problem with dependencies for mongodb 1.0.2.RELEASE

  1. #1
    Join Date
    Jun 2005
    Posts
    14

    Default Problem with dependencies for mongodb 1.0.2.RELEASE

    Hi all,

    I have a problem building my project including a dep to spring-data-mongodb 1.0.2.RELEASE. That artifact defines a version range and tries to 'download' a snapshot version of spring-tx (org.springframework:spring-tx:jar:3.2.0.BUILD-20120909.200117-267) among others. I can't find that artifact in the repo (and neither can my Artifactory...). Anyone else experiencing the same problem? Any hints will be most appreciated!

    br
    /svante

  2. #2
    Join Date
    Apr 2006
    Location
    Dresden, Germany
    Posts
    493

    Default

    Make sure you have the right repositories defined. If you only have Maven central declared or our SpringSource artifactory (http://repo.springsource.org/libs-release) then the Maven dependency resolution will not refer to snapshot versions. It only will if you declare a snapshot repository like http://repo.springsource.org/libs-snapshot.

Tags for this Thread

Posting Permissions

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