Merge "Update the license for 2017-2018 license"
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / setup / SchemaLocationsBean.java
index 049d0a8..8cc09dd 100644 (file)
@@ -26,7 +26,7 @@ import org.springframework.context.annotation.PropertySource;
 import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
 
 @Configuration
-@PropertySource("classpath:schemaIngest.properties")
+@PropertySource(value = "classpath:schemaIngest.properties", ignoreResourceNotFound=true)
 @PropertySource(value = "file:${schemaIngestPropLoc}", ignoreResourceNotFound=true)
 public class SchemaLocationsBean {
        /*