Merge "Remove useless configuration"
authorSébastien Determe <sd378r@intl.att.com>
Wed, 25 Apr 2018 13:27:04 +0000 (13:27 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 25 Apr 2018 13:27:04 +0000 (13:27 +0000)
1  2 
pom.xml

diff --combined pom.xml
+++ b/pom.xml
@@@ -48,8 -48,6 +48,6 @@@
             "mvn clean install -Dspring.config.location=classpath:application-test.properties"
  
             The application.properties contains the location of the CLAMP parameters files:
-                               - org.onap.clamp.config.files.cldsReference=classpath:/clds/clds-reference.properties
-                               - org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties
                                - org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
                                - org.onap.clamp.config.files.globalClds=classpath:/clds/globalClds.properties
  
@@@ -73,7 -71,7 +71,7 @@@
                                <guava.version>20.0</guava.version>
                                <eelf.core.version>1.0.0</eelf.core.version>
                                <camel.version>2.20.1</camel.version>
 -                              <springboot.version>1.5.10.RELEASE</springboot.version>
 +                              <springboot.version>1.5.12.RELEASE</springboot.version>
  
                                <sonar.language>java</sonar.language>
                                <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>