Error only with maven: NoClassDefFoundError: feign/codec/Encoder
问题 I created a project in Eclipse with the Maven wizard and edited the pom.xml file to include my dependencies. My project, which uses Open Feign, builds and runs in Eclipse, but I get the following runtime error when I build it at the command line with Maven: Error: Unable to initialize main class edu.mills.cs180a.BookRepositoryImplFeign Caused by: java.lang.NoClassDefFoundError: feign/codec/Encoder Here is my pom.xml file: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http:/