summaryrefslogtreecommitdiffstats
path: root/examples/examples-grpc/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-06-30 12:41:31 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-30 12:41:31 +0000
commitb3dd71b1d2f4fffe35b4c23d408d836dbcf3114a (patch)
tree9281ea1c24273773f1fb47dc4c2642ed255edb5e /examples/examples-grpc/pom.xml
parentbf368d2a9cf764f22126fd59c9a3a10ab12fb4bb (diff)
parent833597be4ca0d570e0573205203fa745ef464713 (diff)
Merge "Removed CDS simulator from apex-pdp"
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>