Skip to content

Commit

Permalink
[HWKMETRICS-185] Move to the Jackson mappers, the default jettison im…
Browse files Browse the repository at this point in the history
…plementation is not working properly with the current annotations.
  • Loading branch information
Stefan Negrea committed Aug 13, 2015
1 parent 303189e commit 1f54e23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,13 @@
-->
<jboss-deployment-structure>
<deployment>
<!-- exclusions>
<module name="org.jboss.resteasy.resteasy-jackson-provider"/>
</exclusions-->
<dependencies>
<!-- module name="org.jboss.resteasy.resteasy-jackson2-provider" services="import"/-->
<module name="org.codehaus.jackson.jackson-core-asl" />
<module name="org.codehaus.jackson.jackson-mapper-asl" />
</dependencies>
</deployment>
</jboss-deployment-structure>
1 change: 0 additions & 1 deletion tests/rest-integration-tests-jaxrs-1.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>

</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 1f54e23

Please sign in to comment.