Adds jackson2 resteasy provider to plugins for testing.

Otherwise the tests using Resteasy mocks will fail with:
"org.jboss.resteasy.core.NoMessageBodyWriterFoundFailure: Could not find MessageBodyWriter for response object"
This commit is contained in:
Johannes Schnatterer
2018-08-06 13:47:04 +02:00
parent fc0676d511
commit d327298bd1

View File

@@ -76,6 +76,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson2-provider</artifactId>
<scope>test</scope>
</dependency>
</dependencies>