aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-07-26 18:06:35 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-26 18:06:35 +0000
commitc36939ee0e648f4ac28b9cdc538991ced0c603bd (patch)
tree25a7bc68bc940f0549055aeb7f368f6cf6337f04 /pom.xml
parent525985191dac491bac972fb25e50426f51a2150e (diff)
parent32c6ed6b8cc4ba7b884508b68e376621fb763f65 (diff)
Merge "Add common parameter handling"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2fbc9573..a4b5c726 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,15 +71,14 @@
<!-- Project common dependency versions -->
<javax.persistence.api.version>1.0.2</javax.persistence.api.version>
<h2.version>1.4.186</h2.version>
-
</properties>
-
<modules>
<module>capabilities</module>
<module>utils-test</module>
<module>utils</module>
<module>common-logging</module>
+ <module>common-parameters</module>
<module>integrity-audit</module>
<module>integrity-monitor</module>
<module>policy-endpoints</module>