Skip to content

Commit

Permalink
[HWKMETRICS-225] Remove superfluous configuration from web.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Aug 20, 2015
1 parent 8d1b93e commit cfed76b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions api/metrics-api-jaxrs/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@
<param-value>${project.version}</param-value>
</context-param>

<context-param>
<param-name>resteasy.media.type.mappings</param-name>
<param-value>html : text/html, json : application/json, xml : application/xml, csv : text/csv, txt: text/plain,
yaml: application/yaml, jsonw: application/vnd.hawkular.wrapped+json
</param-value>
</context-param>

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

0 comments on commit cfed76b

Please sign in to comment.