diff options
author | 2021-02-12 09:36:30 +0100 | |
---|---|---|
committer | 2021-02-12 09:36:53 +0100 | |
commit | c5c005a74157d8436bffd714c316ce257d2700ca (patch) | |
tree | e4e57db9ba8d8d3bf4aca7f5d7acb7978ff17a15 /pom.xml | |
parent | 7f7704977116ead5bc3ae8cba4afdf698d08bce7 (diff) |
Remove Sonar code smells
- Reorganized test classes to match source code structure
- Removed Sonar code smells
- Removed unused test dependency from pom.xml
Change-Id: If8fda0caf01fe9d91aa7c784a3875a856d87f63d
Signed-off-by: Michal Banka <michal.banka@nokia.com>
Issue-ID: DCAEGEN2-2575
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -40,7 +40,6 @@ <docker-image.name.prefix>org.onap.dcaegen2.platform</docker-image.name.prefix> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> <maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version> - <bean-matchers.version>0.13</bean-matchers.version> </properties> <build> @@ -207,12 +206,6 @@ <version>${mockito-core.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>com.google.code.bean-matchers</groupId> - <artifactId>bean-matchers</artifactId> - <version>${bean-matchers.version}</version> - <scope>test</scope> - </dependency> </dependencies> <distributionManagement> |