diff options
author | pwielebs <piotr.wielebski@nokia.com> | 2018-11-20 16:46:32 +0100 |
---|---|---|
committer | pwielebs <piotr.wielebski@nokia.com> | 2018-11-26 16:02:51 +0100 |
commit | b9f65858446ee35a652db53bbca20cc572857116 (patch) | |
tree | 9ac4f4a68d2f0a501d789429dd602c1efbc6608b /rest-services/pom.xml | |
parent | ec06ba416837d760e0d17de953f956ab87cd4248 (diff) |
AAI client & common module added
* added module containing common code for other sdk modules
* added reactive rest client for AAI data base with unit tests
* improved poms
* license text corrected accoriding to SDK
Change-Id: I23ea5fbf0e45170b2a1d70ad300bd72121d16ec1
Issue-ID: DCAEGEN2-986
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Diffstat (limited to 'rest-services/pom.xml')
-rw-r--r-- | rest-services/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rest-services/pom.xml b/rest-services/pom.xml index 4f42d0ac..a363dc82 100644 --- a/rest-services/pom.xml +++ b/rest-services/pom.xml @@ -20,8 +20,10 @@ <packaging>pom</packaging> <modules> + <module>common-dependency</module> <module>aai-client</module> <module>cbs-client</module> <module>dmaap-client</module> + </modules> </project> |