diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-02-16 10:17:39 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-02-16 10:30:16 +0800 |
commit | d4fc540886aeb23f4d483bcc78c5584821b47f0a (patch) | |
tree | 381cfeac9054db6784102a94bcbcb77d4722f4db /pom.xml | |
parent | d534e34d020881b193564e38513299ae3faef9e3 (diff) |
add sub-projects to root pom
Change-Id: Ie1f4b05fec68f2195419c06a9e880dab3127d598
Issue-Id: OCS-207
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -56,13 +56,12 @@ </scm> <modules> + <module>baseservice-i18n</module> <module>common-util</module> + <module>dropwizard-ioc-container</module> + <module>logging-sdk</module> <module>rest-client</module> - <!-- - <module>winery</module> - --> - <module>wso2bpel-ext</module> - <module>dropwizard-ioc-container</module> + <module>wso2bpel-ext</module> </modules> <dependencyManagement> |