-
Bug
-
Resolution: Done
-
Major
-
3.0.16.Final
-
None
-
None
-
Workaround Exists
-
I noticed that by declaring a dependency on resteasy-spring, it is pulling in a transitive dependency on resteasy-jettison-provider. That seems odd, but more importantly this is conflicting with my choice of Jackson2. (Oddly, they can coexist fine with Java 7, but when moving to Java 8, Jettison is taking over and I can't have that; I need Jackson2.)
From my brief analysis, it appears that resteasy-spring needs resteasy-jettison-provider purely for testing, so adding a <scope>test</scope> will solve my problem.