diff options
Diffstat (limited to 'rest-services/pom.xml')
-rw-r--r-- | rest-services/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-services/pom.xml b/rest-services/pom.xml index 57a08fc5..9721f089 100644 --- a/rest-services/pom.xml +++ b/rest-services/pom.xml @@ -20,9 +20,9 @@ <modules> <module>model</module> <module>common-dependency</module> + <module>http-client</module> <module>aai-client</module> <module>cbs-client</module> <module>dmaap-client</module> - </modules> </project> |