Updating AAI service adaptor to use version 21 (v21) of the schema model.
[ccsdk/sli/adaptors.git] / aai-service / provider / src / main / java / org / onap / ccsdk / sli / adaptors / aai / RelationshipListRequest.java
index 5ee19d4..751fe5d 100755 (executable)
@@ -33,7 +33,7 @@ import java.util.List;
 import org.apache.http.NameValuePair;
 import org.apache.http.client.utils.URIBuilder;
 import org.apache.http.message.BasicNameValuePair;
-import org.onap.aai.inventory.v19.RelationshipList;
+import org.onap.aai.inventory.v21.RelationshipList;
 
 public class RelationshipListRequest extends GenericRequest {