Skip to content

Commit

Permalink
add back annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
wsorenson committed Sep 29, 2015
1 parent 1fa7c51 commit d3a0444
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -8,6 +8,7 @@
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.google.common.base.Optional;
import com.google.common.base.Strings;
Expand All @@ -16,6 +17,7 @@
import io.dropwizard.Configuration;
import io.dropwizard.db.DataSourceFactory;

@JsonIgnoreProperties(ignoreUnknown = true)
public class SingularityConfiguration extends Configuration {

private boolean allowRequestsWithoutOwners = true;
Expand Down

0 comments on commit d3a0444

Please sign in to comment.