I had the same problem on generating the dependency report. After commenting out all the following dependencies the report was generated:
<!--dependency> <groupId>org.springframework</groupId> <artifactId>spring-dao</artifactId> <version>1.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>1.2.1</version> <scope>compile</scope> </dependency--> Is there a problem with the transitive dependencies of spring? Rik >
