aboutsummaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-07-11 14:21:13 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-07-12 17:40:19 +0100
commitc6d74e6cee17405b9d26506b06259ccb2f38c737 (patch)
tree9f5dabe5ceffe0e6b99a2bf77be812657953ae9b /client/pom.xml
parentb461c6505afddacbef90e3dc0bfa9d49609a626b (diff)
Adding client deployment module to apex-pdp
Change-Id: Idd74e9846c3fa75d305a9dde98a98d92dd0520a9 Issue-ID: POLICY-864 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/pom.xml b/client/pom.xml
index 7702b63d3..0999c6a3c 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -33,6 +33,8 @@
<name>${project.artifactId}</name>
<description>Web client for managing Apex engines</description>
<modules>
+ <module>client-common</module>
<module>client-monitoring</module>
+ <module>client-deployment</module>
</modules>
</project> \ No newline at end of file