diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-09-05 07:24:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-05 07:24:38 +0000 |
commit | f040ecf089eac94a4efc90316175ccc0529bbfd2 (patch) | |
tree | 32dcd3bc996f6cdb5cda18752c360d79a1e26efb /pom.xml | |
parent | 5a295e30a8cbd0b39144328e23f6b1be37e526c3 (diff) | |
parent | d6230a718e176f02bc91314a0cd96a49820498fb (diff) |
Merge changes Ic75c7eca,Ic0b547f7,I932b1ceb,I26c99032,Ifaeeb8f4, ...
* changes:
OCLIP: Change the order of classpath
OCLIP: Fix the correct type of OCS command
VTP: Add schema-list command
OCLIP: Fix OCLIP registrar to log register events
OCLIP: Fix json print format
VTP: Enable grpc part of deployment
VTP: grpc client impl
VTP: grpc server impl
VTP: grpc stub model
VTP: grpc client
VTP: grpc server
VTP: grpc stub
VTP: Add grpc
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,8 +41,9 @@ <module>profiles</module> <module>products</module> <module>main</module> - <module>deployment</module> <module>validate</module> + <module>grpc</module> + <module>deployment</module> </modules> <distributionManagement> |