mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-06 04:19:46 +02:00
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:
@@ -76,6 +76,12 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.resteasy</groupId>
|
||||
<artifactId>resteasy-jackson2-provider</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user