Update schema service to fail to start
[aai/aai-common.git] / aai-schema-ingest / src / test / java / org / onap / aai / testutils / TestUtilConfigTranslator.java
index 3704b7c..8988a1c 100644 (file)
@@ -23,9 +23,8 @@ package org.onap.aai.testutils;
 import org.onap.aai.setup.ConfigTranslator;
 import org.onap.aai.setup.SchemaLocationsBean;
 import org.onap.aai.setup.SchemaVersion;
-import org.onap.aai.setup.SchemaVersions;
+import org.onap.aai.setup.SchemaConfigVersions;
 import org.springframework.context.annotation.PropertySource;
-
 import java.util.ArrayList;
 import java.util.List;
 import java.util.Map;
@@ -36,7 +35,7 @@ import java.util.TreeMap;
 public class TestUtilConfigTranslator extends ConfigTranslator {
 
     public static final SchemaVersion LATEST = new SchemaVersion("v15");
-    public TestUtilConfigTranslator(SchemaLocationsBean bean, SchemaVersions schemaVersions) {
+    public TestUtilConfigTranslator(SchemaLocationsBean bean, SchemaConfigVersions schemaVersions) {
         super(bean, schemaVersions);
     }