diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-09-05 17:47:16 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-05 19:16:34 +0300 |
commit | 503be6d4ac7cfd63d5e17a54bd990de39b201d83 (patch) | |
tree | e94882f7e5849f395dc4b1051211b92f43f1fd8c /common-app-api/pom.xml | |
parent | f773610d0952940db42376cbb36ba63cb2cacc35 (diff) |
add ability to disable tenant isolation.
Change-Id: I35b6db5ec0d3aa91295f57b60c04243b3f3d2208
Issue-ID: SDC-1571
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
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> |