Re: scope of transitive deps

2010-09-14 Thread Baptiste MATHUS
Hi, Please read http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope Cheers 2010/9/14 > hi, > > I have a project A which defines a dependen

Re: scope of transitive deps

2010-09-14 Thread Antonio Petrelli
2010/9/14 : > hi, > > I have a project A which defines a dependency to project B in scope test. > project B itself has several dependencies in scope compile. > > Surprinsingly these dependencies are also included in Project A in compile > scope. ?! This is not possible (at least theoretical