I upgraded a project to 3.0.2, and I'm up to my belly button in: java.lang.NoClassDefFoundError: javax/ws/rs/core/Configuration
This is even with: <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <scope>runtime</scope> </dependency> I must be missing something simple.