On Sat, Oct 18, 2008 at 3:38 PM, Sahoo <[EMAIL PROTECTED]> wrote:
> I just don't believe what I am seeing. Despite adding a particular
> dependency directly in my pom.xml, maven reorders dependencies and hence we
> get compilation failure. e.g., take a look at the pom.xml available at [1].
> It declares a direct dependency on
> <dependency>
> <groupId>org.glassfish</groupId>
> <artifactId>javax.servlet</artifactId>
> <version>${project.version}</version>
> </dependency>
Yes.
Use 2.0.9
Dependencies were just HashMaps previously hence the order is random.
The dependency order is preserved in 2.0.9 but I cant remember what
ordering it used.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]