diff --git a/src/main/java/org/gcube/common/software/service/rest/Software.java b/src/main/java/org/gcube/common/software/service/rest/Software.java index 875309b..baa76ad 100644 --- a/src/main/java/org/gcube/common/software/service/rest/Software.java +++ b/src/main/java/org/gcube/common/software/service/rest/Software.java @@ -35,7 +35,6 @@ public class Software { @POST @Consumes(APPLICATION_JSON_CHARSET_UTF_8) - @Produces(APPLICATION_JSON_CHARSET_UTF_8) @StatusCodes ({ @ResponseCode ( code = 202, condition = "The provided json is formally correct.") })