diff options
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> |