Skip to content
Snippets Groups Projects
Commit ee235930 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Bugfix: Jetty JSON Unsupported Media Type

parent da56e9ef
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,12 @@
<version>${jersey.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>${jersey.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment