Repair healthcheck
[clamp.git] / src / main / java / org / onap / clamp / clds / model / sdc / SdcArtifact.java
index b52f6f8..f886ee6 100644 (file)
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * 
+ *
  */
 
 package org.onap.clamp.clds.model.sdc;
 
-import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
-
-@JsonIgnoreProperties(ignoreUnknown = true)
 public class SdcArtifact {
 
     private String artifactName;