diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-07-06 13:39:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-06 13:39:39 +0000 |
commit | 000291ee3624776e193411ef21c119e671be7011 (patch) | |
tree | 02e64e1fcb69d187a2c6a2619e72cba27dbc739f /plugins/plugins-context/context-distribution/context-distribution-hazelcast/pom.xml | |
parent | 6bc18bc966bc9448505e55dec9ee11a8cea9a38c (diff) | |
parent | 3f300de4a4ab68feef455e43b18cac804323fd8e (diff) |
Merge "Refactoring existing integration tests"
Diffstat (limited to 'plugins/plugins-context/context-distribution/context-distribution-hazelcast/pom.xml')
-rw-r--r-- | plugins/plugins-context/context-distribution/context-distribution-hazelcast/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/plugins-context/context-distribution/context-distribution-hazelcast/pom.xml b/plugins/plugins-context/context-distribution/context-distribution-hazelcast/pom.xml index ce80a7a89..71806c54f 100644 --- a/plugins/plugins-context/context-distribution/context-distribution-hazelcast/pom.xml +++ b/plugins/plugins-context/context-distribution/context-distribution-hazelcast/pom.xml @@ -36,5 +36,11 @@ <artifactId>hazelcast</artifactId> <version>${version.hazelcast}</version> </dependency> + <dependency> + <groupId>org.onap.policy.apex-pdp.context</groupId> + <artifactId>context-test-utils</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project>
\ No newline at end of file |