diff options
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r-- | common-app-api/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 5a0824b3b8..4b58258dc6 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -171,6 +171,13 @@ <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> + <!-- jsoup HTML parser library @ http://jsoup.org/ --> <dependency> <groupId>org.jsoup</groupId> |