I think I found it, but I can't get rid of it :) This looks like it is pulling in jaxrs-api-2.3.6.Final.jar as part of resteasy-jaxrs-2.3.6.Final.jar.
In the pom: <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs</artifactId> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>jcl-over-slf4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>commons-codec</artifactId> <groupId>commons-codec</groupId> </exclusion> <exclusion> <artifactId>org.scannotation</artifactId> <groupId>scannotation</groupId> </exclusion> </exclusions> </dependency> I tried to exclude jaxrs-api, but I might not have done it correctly. Do I need to upgrade resteasy? Thanks! -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html