Skip to content

Commit

Permalink
[HWKMETRICS-185] Move the Jackson provider configuration to the commo…
Browse files Browse the repository at this point in the history
…n module and enable it in the new JAX-RS 1.1 implementation.
  • Loading branch information
Stefan Negrea committed Aug 13, 2015
1 parent 8e48884 commit 438593b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/metrics-api-jaxrs-1.1/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
</param-value>
</context-param>

<!--context-param>
<context-param>
<param-name>resteasy.providers</param-name>
<param-value>org.hawkular.metrics.api.jaxrs.util.JacksonConfig</param-value>
</context-param-->
</context-param>

<filter>
<filter-name>TenantFilter</filter-name>
Expand Down

0 comments on commit 438593b

Please sign in to comment.