diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-04 12:49:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-04 12:49:14 +0000 |
commit | f31cf3cd3e32107447c2edf2720ff32fa8533b9c (patch) | |
tree | 39e9af5b149f766cf923413e2c850014f57e9461 /plugins/plugins-event/plugins-event-carrier/pom.xml | |
parent | 732fe32adaa4be71e9bd435bd00c907b8ccf0710 (diff) | |
parent | 3db2a659f2d75a7303b39235dd81f4d55d3b87e2 (diff) |
Merge "GRPC support for APEX-CDS interaction"
Diffstat (limited to 'plugins/plugins-event/plugins-event-carrier/pom.xml')
-rw-r--r-- | plugins/plugins-event/plugins-event-carrier/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/plugins-event/plugins-event-carrier/pom.xml b/plugins/plugins-event/plugins-event-carrier/pom.xml index cd48929d3..3127c2a77 100644 --- a/plugins/plugins-event/plugins-event-carrier/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/pom.xml @@ -1,6 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -39,7 +41,8 @@ <module>plugins-event-carrier-restclient</module> <module>plugins-event-carrier-restserver</module> <module>plugins-event-carrier-restrequestor</module> - </modules> + <module>plugins-event-carrier-grpc</module> + </modules> <profiles> <profile> |