diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-02-12 16:49:30 +0000 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-02-13 15:47:22 +0000 |
commit | 563772ec9a100e9eb46fff1b5087985dbe07d04a (patch) | |
tree | 0368036088a9c46f54f3f2ed566f1c665edee084 /pom.xml | |
parent | e4fab0c8c5928a876c46a6ae91d36ee2a0d41278 (diff) |
Add a topic protocol configuration setting
Use the latest version of the event-client for DMaaP.
Read an (optional) protocol value from each topic configuration
properties file, and pass this to the Consumer and/or Publisher.
Use the default protocol if the configuration is not supplied.
Change-Id: I3d6264e1f32c1fbba097eafbe7fe7fbd744f1373
Issue-ID: AAI-2150
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ limitations under the License. <sslport>9501</sslport> <version.org.onap.aai.logging-service>1.2.2</version.org.onap.aai.logging-service> <version.aai.rest.client>1.4.0</version.aai.rest.client> - <version.org.onap.aai.event.client>1.2.2</version.org.onap.aai.event.client> + <version.org.onap.aai.event.client>1.4.0-SNAPSHOT</version.org.onap.aai.event.client> <version.com.ecomp.aai.gap.data.client>1.0</version.com.ecomp.aai.gap.data.client> <version.com.google.code.gson>2.7</version.com.google.code.gson> <version.com.jayway.jsonpath>2.2.0</version.com.jayway.jsonpath> |