aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-grpc/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-06-29 12:34:58 -0400
committerJim Hahn <jrh3@att.com>2020-06-29 12:37:58 -0400
commit833597be4ca0d570e0573205203fa745ef464713 (patch)
tree7a5c7a10b7f938ba3aa03c9458302e0cd3b852ab /examples/examples-grpc/pom.xml
parentbea0762a2c28ee0330036843e17f5af38e06c807 (diff)
Removed CDS simulator from apex-pdp
As the simulator now resides in policy-models, the code for it is no longer needed in apex-pdp. Deleted it. Issue-ID: POLICY-2676 Change-Id: I8ae6c8d860a47e5e7ba0509c99e4e2676109de25 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'examples/examples-grpc/pom.xml')
-rw-r--r--examples/examples-grpc/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/examples-grpc/pom.xml b/examples/examples-grpc/pom.xml
index c3d25d35d..de581203b 100644
--- a/examples/examples-grpc/pom.xml
+++ b/examples/examples-grpc/pom.xml
@@ -2,6 +2,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2020 Nordix Foundation.
+ Modifications Copyright (C) 2020 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.
@@ -70,6 +71,11 @@
<version>${version.policy.models}</version>
</dependency>
<dependency>
+ <groupId>org.onap.policy.models.policy-models-interactions</groupId>
+ <artifactId>simulators</artifactId>
+ <version>${version.policy.models}</version>
+ </dependency>
+ <dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>policy-endpoints</artifactId>
</dependency>