diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-10-07 23:59:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-07 23:59:30 +0000 |
commit | 3b44a9887ab7ba8d0ba4f1159e2fc0a93c0247d0 (patch) | |
tree | 52e909b5acc1d725b956416f4e4121ff5e7b99bf /models-sim/models-sim-dmaap/pom.xml | |
parent | 1d0d9ebabda67d6c770b4854a8154763aa6e75d6 (diff) | |
parent | aa148d9b5bba6ad23736e939a6d0ec917e761e1e (diff) |
Merge "Flesh out DMaaP simulator"
Diffstat (limited to 'models-sim/models-sim-dmaap/pom.xml')
-rw-r--r-- | models-sim/models-sim-dmaap/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/models-sim/models-sim-dmaap/pom.xml b/models-sim/models-sim-dmaap/pom.xml index c1981e6be..e3f0f0b27 100644 --- a/models-sim/models-sim-dmaap/pom.xml +++ b/models-sim/models-sim-dmaap/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2019 Nordix Foundation. + Modifications Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -56,6 +57,17 @@ <artifactId>gson</artifactId> <version>${policy.common.version}</version> </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>utils-test</artifactId> + <version>${policy.common.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> |