Realize update registered VIM.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / entity / aai / EsrSystemInfoList.java
index 71256ff..9df333a 100644 (file)
@@ -17,13 +17,11 @@ package org.onap.aai.esr.entity.aai;
 
 import java.util.ArrayList;
 
-import com.fasterxml.jackson.annotation.JsonProperty;
 import com.google.gson.annotations.SerializedName;
 
 public class EsrSystemInfoList {
 
   @SerializedName("esr-system-info")
-  @JsonProperty("esr-system-info")
   private ArrayList<EsrSystemInfo> esrSystemInfo;
 
   public ArrayList<EsrSystemInfo> getEsrSystemInfo() {