Thanks a lot, that has worked perfectly. 2006/7/5, Stephen Duncan <[EMAIL PROTECTED]>:
From Project A? In project A's pom: <dependency> <artifactId>project-b</artifactId> <exclusions> <exclusion> <artifactId>project-c</artifactId> </exclusions> </dependency> <dependency> <artifactId>project-d</artifactId> </dependency> - Stephen On 7/5/06, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: > Hi there, > > Is there any way to override a dependency in a project you depend on? I know > you can control which version of a dependency you use using the dependency > management section, I mean the folowing: > > Project A > +-> Depends on project B > +-> Depends on project C > > Is there any way to point the dependency on project C to another project? > I'm asking this because I'm using the hibernate annotations project, and > that seems to point to javax.persistence:ejb:jar:3.0-public-draft-20060502, > that doesn't seem to exist anymore. I guess annotations would work properly > changing that dependency to javax.persistence:persistence-api:1.0. > > Best regards > Jose > > -- Stephen Duncan Jr www.stephenduncanjr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]