RE: Problem with Scope of Transitive Dependencies

2007-03-26 Thread Jörg Schaible
Hi Jason, Jason van Zyl wrote on Saturday, March 24, 2007 2:32 PM: [snip] >> 2.) The dao-impl Module depends on Hibernate, but Libraries that >> are used by Hibernate (e.g. cglib, asm and antlr) shall not be used >> directly in the dao-impl Module but shall only be used at runtime of >> tests.

Re: Problem with Scope of Transitive Dependencies

2007-03-24 Thread Jason van Zyl
't be available in 2.0.x. Jason. -Ursprüngliche Nachricht- Von: "Maven Developers List" Gesendet: 23.03.07 14:20:06 An: "Maven Developers List" Betreff: Re: Problem with Scope of Transitive Dependencies On 23 Mar 07, at 7:18 AM 23 Mar 07, Thomas R. wrote:

Re: Problem with Scope of Transitive Dependencies

2007-03-24 Thread Thomas R.
"Maven Developers List" > Betreff: Re: Problem with Scope of Transitive Dependencies > > On 23 Mar 07, at 7:18 AM 23 Mar 07, Thomas R. wrote: > > > Hello, > > > > we are developing a very large project with a layered architecture. > > We decided to use Maven

Re: Problem with Scope of Transitive Dependencies

2007-03-23 Thread Jason van Zyl
On 23 Mar 07, at 7:18 AM 23 Mar 07, Thomas R. wrote: Hello, we are developing a very large project with a layered architecture. We decided to use Maven (Version 2.0.4) in order to have a good dependency-management. We are now facing the following problem with transitive dependencies: C