diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2018-10-28 19:04:06 +0200 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-10-28 19:05:11 +0000 |
commit | 8b7a0405a97cacf765c0e9a1988af98cd91a9f67 (patch) | |
tree | aa100b988d6e974089609caa27863667353a7860 /common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | |
parent | 2074ab2e8b4416126542c09205d3ca6646ed6718 (diff) |
Handled not thread-safe fields in configuration
Replaced not thread-safe fields with synchornized versions,
removed duplicate code, deleted class that was accessing DB,
made surefire plugin to pick up all available unit tests
(instead of hand-picked).
Change-Id: Idff3ac333dc87ebfd3ecf50438ba0179556eb9c9
Issue-ID: SDC-1867
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/pom.xml')
-rwxr-xr-x | common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index c615270ead..09275a8f7e 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -125,12 +125,8 @@ <version>${mvn.surefire.version}</version> <configuration> <systemPropertyVariables> - <config.location>${project.basedir}/src/test/resources</config.location> <node.config.location>${user.home}/TestResources</node.config.location> </systemPropertyVariables> - <includes> - <include>**/TestCMSuite.java</include> - </includes> </configuration> </plugin> </plugins> |