Anyone has a clue why I cannot use opencsv?
<dependency>
<groupId>net.sf.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>2.3</version>
</dependency>
import au.com.bytecode.opencsv.CSVReader;
eclipse: “The import au cannot be resolved”
Unfortunately, Eclipse support for Maven is far from perfect and some weird things sometimes happen. First of all, ensure that you’re using m2e, at least 1.0 version. Second thing, regenerate Eclipse project files by
Maven -> Update Project Configuration.... It must work then.