aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/pom.xml
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2018-11-20 16:46:32 +0100
committerpwielebs <piotr.wielebski@nokia.com>2018-11-26 16:02:51 +0100
commitb9f65858446ee35a652db53bbca20cc572857116 (patch)
tree9ac4f4a68d2f0a501d789429dd602c1efbc6608b /rest-services/pom.xml
parentec06ba416837d760e0d17de953f956ab87cd4248 (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.xml2
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>