You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2007/06/11 20:48:27 UTC

[jira] Assigned: (IVY-494) Ivy does not handle multiple version dependencies in maven2 poms correctly

     [ https://issues.apache.org/jira/browse/IVY-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Coene reassigned IVY-494:
---------------------------------

    Assignee: Maarten Coene

> Ivy does not handle multiple version dependencies in maven2 poms correctly
> --------------------------------------------------------------------------
>
>                 Key: IVY-494
>                 URL: https://issues.apache.org/jira/browse/IVY-494
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.4.1
>         Environment: IvyDE 1.2.0
>            Reporter: Jan Koops
>            Assignee: Maarten Coene
>
> When trying to get hibernate3 from jboss-repo:
> {{jboss-org: tried http://repository.jboss.com/maven2/asm/asm/[1.5.3, 3.0-beta]/asm-[1.5.3, 3.0-beta].pom}}
> The dependencies in the pom are declared like:
> <dependencies>
>      <dependency>
>         <groupId>hibernate</groupId>
>         <artifactId>hibernate3</artifactId>
>         <version>[3.1.1, 3.1.2]</version>
>     </dependency>
> </dependencies>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.