maven dependency conflict only in eclipse
问题 We have several applications as a number of modules; we've been using NetBeans. I am attempting to move the development to eclipse. All projects are built with Maven. One of them uses dbunit, and also POI. When I try to compile it in eclipse, it gives me an error for a bad method signature. Neither NetBeans build with maven nor command-line build give me this error. I discovered that the compiler was attempting to compile using a version of POI older than the one we use. The specific version