Hallo

another weird problem :)

i have two repositories defined, one for snapshots, one for releases.

when i add a dependency like:

        <dependency>
                <groupId>group.id</groupId>
                <artifactId>artifact-id</artifactId>
                <version>[2007.2.,2007.3)</version>
        </dependency>

the according jar is looked up in the snapshot repository instead of the releases repository.

the dependency above has dependant jars itself (like core, logging, etc). those are downloaded correctly. only this 'direct' dependency in the current project's pom is looked up in the wrong place.

adding an explicit version number works normally but that does not solve my dependency issues.


is there a solution to this? or is it a bug? or did i messed up the configuration?

any hints appreciated :)


regards
op


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to