Commit ee235930 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Bugfix: Jetty JSON Unsupported Media Type

parent da56e9ef
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -70,6 +70,12 @@
                    <version>${jersey.version}</version>
                    <version>${jersey.version}</version>
                    <scope>runtime</scope>
                    <scope>runtime</scope>
                </dependency>
                </dependency>
                <dependency>
                    <groupId>org.glassfish.jersey.media</groupId>
                    <artifactId>jersey-media-json-jackson</artifactId>
                    <version>${jersey.version}</version>
                    <scope>runtime</scope>
                </dependency>
                <dependency>
                <dependency>
                    <groupId>org.glassfish</groupId>
                    <groupId>org.glassfish</groupId>
                    <artifactId>javax.json</artifactId>
                    <artifactId>javax.json</artifactId>