Skip to content

Commit

Permalink
Problems with mime types fixed. All services working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillefhc committed May 31, 2017
1 parent a4c33f5 commit 2cc7209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions osiris-map-services-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,7 @@
<version>1.2.0</version>
</dependency>

<!-- Other dependencies -->
<dependency>
<groupId>com.owlike</groupId>
<artifactId>genson</artifactId>
<version>1.4</version>
</dependency>



</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
@Api("/osiris/geolocation/territory/feature")
@Path("/osiris/geolocation/territory/feature")
@Named
//@Consumes({ MediaType.APPLICATION_JSON })
//@Produces({ MediaType.APPLICATION_JSON })
@Consumes({ MediaType.APPLICATION_JSON })
@Produces({ MediaType.APPLICATION_JSON })
public class FeatureResourceImpl implements FeatureResource{

@Inject
Expand Down

0 comments on commit 2cc7209

Please sign in to comment.