diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-25 15:05:04 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-25 15:08:57 +0200 |
commit | 741faeb6a1dc0de875d19e11897449c8ce50b076 (patch) | |
tree | 7009b500851c7c7bc59b2798d813f6caeb5e1e25 /pom.xml | |
parent | 56bd2eda36902b273a44407b16a54287b4dd45ce (diff) |
Remove useless configuration
Remove configuration for policy that was not required anymore
Issue-ID: CLAMP-153
Change-Id: I3547809574a603736906437202c4d19a4e9cf5b6
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -48,8 +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 |