Merge "Update oparent and fix nexusiq deps"
authorVenkata Harish Kajur <vk250x@att.com>
Fri, 16 Mar 2018 18:20:40 +0000 (18:20 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 16 Mar 2018 18:20:40 +0000 (18:20 +0000)
aai-schema-ingest/src/main/java/org/onap/aai/setup/SchemaLocationsBean.java

index 96c6344..b5b878a 100644 (file)
@@ -29,7 +29,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 {
        /*