Hi Benson,
On 22/10/14 13:50, Benson Margulies wrote:
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.

Looks like you have the m10 version linked in, Configuration is in the 'client' sub-package there

Sergey

Reply via email to