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

Brett Porter commented on MEV-221:
----------------------------------

I suspect the version you are looking at is different to what is in your local 
repository and that if you delete it locally you'll get what is on the server. 
Moving to MEV.

> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to