diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-05-08 14:52:24 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-05-09 13:54:07 +0200 |
commit | b1e0ceb789a9c0781bb3b97d4b1ff0e75396fd29 (patch) | |
tree | 15b194d7558dc6ced78d0977beffa81bc430001f /rest-services/pom.xml | |
parent | 9c13ba3e6a41f64d1bad23ccd9a876bee615297d (diff) |
Release DMaaP client API
* remove @ExperimentalApi annotation
* deprecate old API
* extract http-client module + refactor
* change DmaapClientFactory so it's more configurable
Change-Id: I710d20558eece8cc3d7c0740e765d34737134b3a
Issue-ID: DCAEGEN2-1492
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'rest-services/pom.xml')
-rw-r--r-- | rest-services/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-services/pom.xml b/rest-services/pom.xml index 57a08fc5..9721f089 100644 --- a/rest-services/pom.xml +++ b/rest-services/pom.xml @@ -20,9 +20,9 @@ <modules> <module>model</module> <module>common-dependency</module> + <module>http-client</module> <module>aai-client</module> <module>cbs-client</module> <module>dmaap-client</module> - </modules> </project> |