You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/11/21 07:19:06 UTC

[jira] Moved: (MEV-221) transitive dependencies not being picked up

     [ http://jira.codehaus.org/browse/MEV-221?page=all ]

Brett Porter moved MNG-1626 to MEV-221:
---------------------------------------

       Priority:     (was: Major)
       Group ID: spring
        Version:     (was: 2.0)
    Artifact ID: org.springframework
        Version: 1.2.5
     Complexity:   (was: Intermediate)
       Workflow: jira  (was: Maven)
            Key: MEV-221  (was: MNG-1626)
        Project: Maven Evangelism  (was: Maven 2)

> transitive dependencies not being picked up
> -------------------------------------------
>
>          Key: MEV-221
>          URL: http://jira.codehaus.org/browse/MEV-221
>      Project: Maven Evangelism
>         Type: Bug
>     Reporter: Ryan Sonnek

>
>
> According to the POM for spring-hibernate-1.2.5, the spring-dao and spring-beans packages should be picked up by transitive dependencies.  I can not compile my application without explicitly adding these to my POM in addition to spring-hibernate. 
>    <dependency>
>       <groupId>org.springframework</groupId>
>       <artifactId>spring-beans</artifactId>
>       <version>1.2.5</version>
>     </dependency>
>     <dependency>
>       <groupId>org.springframework</groupId>
>       <artifactId>spring-dao</artifactId>
>       <version>1.2.5</version>
>       <exclusions>
>         <exclusion>
>           <groupId>javax.transaction</groupId>
>           <artifactId>jta</artifactId>
>         </exclusion>
>       </exclusions>
>     </dependency>
>     <dependency>
>       <groupId>org.springframework</groupId>
>       <artifactId>spring-hibernate</artifactId>
>       <version>1.2.5</version>
>   </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org