summaryrefslogtreecommitdiffstats
path: root/services/services-onappf/pom.xml
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2019-04-02 09:09:51 +0000
committera.sreekumar <ajith.sreekumar@est.tech>2019-04-02 09:09:51 +0000
commit50b84774797677791fb2111cf97b9f2ff65cb3e2 (patch)
tree2162cff82f7cdfa1305786a6ed5e9916cdbf7006 /services/services-onappf/pom.xml
parentab4cba7d37f41eddbf3ab040f04afe18c6630777 (diff)
Changes to send pdp status messages
1) Adding handlers to create and send pdp status messages from apex-pdp. 2) Changes to read initial pdp status parameters from configuration file. 3) Adding test cases. Change-Id: Id2d1caa8abc124865a9ef8fbfe4d9f751e4491b5 Issue-ID: POLICY-1452 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'services/services-onappf/pom.xml')
-rw-r--r--services/services-onappf/pom.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml
index dd7afdc10..af3dab0ab 100644
--- a/services/services-onappf/pom.xml
+++ b/services/services-onappf/pom.xml
@@ -45,11 +45,6 @@
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
- <artifactId>pdp-common</artifactId>
- <version>${version.policy.common}</version>
- </dependency>
- <dependency>
- <groupId>org.onap.policy.common</groupId>
<artifactId>policy-endpoints</artifactId>
<version>${version.policy.common}</version>
</dependency>
@@ -59,9 +54,19 @@
<version>${version.policy.common}</version>
</dependency>
<dependency>
+ <groupId>org.onap.policy.models</groupId>
+ <artifactId>policy-models-pdp</artifactId>
+ <version>${version.policy.models}</version>
+ </dependency>
+ <dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>