diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 13e713d14c..91c1d96acc 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -34,6 +34,12 @@ <version>${logback.version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>com.google.code.bean-matchers</groupId> + <artifactId>bean-matchers</artifactId> + <version>${bean-matcher.version}</version> + <scope>test</scope> + </dependency> <dependency> <groupId>ch.qos.logback</groupId> |