Re: maven2: javax.sql.jdbc-stdext

2005-10-21 Thread Stephen Duncan
Maven 2 has transitive dependencies. That means that one of your dependencies has jdbc-stdext defined as a dependency (or potentially more levels of indirect dependency). Also, a change from Maven 1 to Maven 2 that may be affecting you is that the groupId javax.sql now corresponds to a folder

Re: maven2: javax.sql.jdbc-stdext

2005-10-21 Thread Mikael Wikström
*hgf*, renaming javax.sql to javax/sql solved it! =] thanks Stephen Duncan wrote: Maven 2 has transitive dependencies. That means that one of your dependencies has jdbc-stdext defined as a dependency (or potentially more levels of indirect dependency). Also, a change from Maven 1 to Maven 2