0

I am building an app with Spring Boot that reads a CSV file with Apache Commons CSV.

When I try to run the app I receive the error:

java.lang.NoClassDefFoundError: org/apache/commons/csv/CSVFormat

... I have the next dependency in the pom.xml:

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-csv</artifactId>
    <version>1.9.0</version>
</dependency>
Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
JLLMNCHR
  • 1,551
  • 5
  • 24
  • 50

0 Answers0