Bump apex-pdp master to 2.5.0-SNAPSHOT
[policy/apex-pdp.git] / examples / examples-grpc / pom.xml
index 4113ab3..a33f273 100644 (file)
@@ -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.
   SPDX-License-Identifier: Apache-2.0
   ============LICENSE_END=========================================================
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.onap.policy.apex-pdp.examples</groupId>
       <artifactId>examples</artifactId>
-      <version>2.3.0-SNAPSHOT</version>
+      <version>2.5.0-SNAPSHOT</version>
    </parent>
    <artifactId>examples-grpc</artifactId>
    <name>examples-grpc</name>
          <artifactId>events</artifactId>
          <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>
          </plugin>
       </plugins>
    </build>
-</project>
\ No newline at end of file
+</project>