aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@ericsson.com>2018-06-06 11:04:36 +0100
committerwaqas.ikram <waqas.ikram@ericsson.com>2018-06-06 16:03:06 +0100
commit75ff76ed35224607d5bb13544f489ff81828f7d9 (patch)
tree2bac9cf766af7a15853ed4e8d833eebfc2e734e5 /pom.xml
parentf94d7521936e66febee983ee7633aacaaf9d7390 (diff)
Adding services engine module
Change-Id: I68bbe6d95d17cfcdda204d1ee3eec3b92d12ebd4 Issue-ID: POLICY-859 Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2fd8a0ae9..aa84f2448 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
<encoding>UTF-8</encoding>
<file.encoding>UTF-8</file.encoding>
<version.derby>10.13.1.1</version.derby>
+ <version.commons-cli>1.4</version.commons-cli>
</properties>
<distributionManagement>
@@ -137,6 +138,7 @@
<module>context</module>
<module>core</module>
<module>auth</module>
+ <module>services</module>
<module>plugins</module>
</modules>
</project> \ No newline at end of file