Adding gRPC plugin to dependencies in APEX 99/103199/1
authora.sreekumar <ajith.sreekumar@est.tech>
Thu, 5 Mar 2020 23:36:06 +0000 (23:36 +0000)
committera.sreekumar <ajith.sreekumar@est.tech>
Thu, 5 Mar 2020 23:37:42 +0000 (23:37 +0000)
Change-Id: Iee8fdca9f23b432188a61054fe177283fdddc1ba
Issue-ID: POLICY-1656
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
packages/apex-pdp-package-full/pom.xml

index daee292..919ec5d 100644 (file)
@@ -1,7 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. All rights reserved.
-   Modifications Copyright (C) 2019 Nordix Foundation
+   Modifications Copyright (C) 2019-2020 Nordix Foundation
    Modifications Copyright (C) 2019-2020 Bell Canada.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
             <artifactId>plugins-event-carrier-restrequestor</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
+        <dependency>
+            <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier</groupId>
+            <artifactId>plugins-event-carrier-grpc</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <!-- Benchmark test event generator -->
         <dependency>
             <groupId>org.onap.policy.apex-pdp.testsuites.performance</groupId>