Merge "Update resource parameters node task"
[so.git] / mso-api-handlers / mso-api-handler-common / src / main / java / org / openecomp / mso / apihandler / camundabeans / CamundaInput.java
index 8a90db6..1eff527 100644 (file)
 package org.openecomp.mso.apihandler.camundabeans;
 
 
-import org.codehaus.jackson.annotate.JsonProperty;
-import org.codehaus.jackson.map.annotate.JsonRootName;
-
 import org.openecomp.mso.apihandler.common.CommonConstants;
 
+import com.fasterxml.jackson.annotation.JsonProperty;
+
 /**
  * JavaBean JSON class for a "gMyServiceInput" which contains the xml payload that
  * will be passed to the Camunda process
@@ -42,6 +41,7 @@ public class CamundaInput {
 
 
        public CamundaInput() {
+               /* Empty constructor */
        }
        
        @JsonProperty(CommonConstants.CAMUNDA_VALUE)