aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichal Banka <michal.banka@nokia.com>2021-02-12 09:36:30 +0100
committerMichal Banka <michal.banka@nokia.com>2021-02-12 09:36:53 +0100
commitc5c005a74157d8436bffd714c316ce257d2700ca (patch)
treee4e57db9ba8d8d3bf4aca7f5d7acb7978ff17a15 /pom.xml
parent7f7704977116ead5bc3ae8cba4afdf698d08bce7 (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.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 93140cd..6f26677 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>