diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-23 18:06:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-23 18:06:43 +0000 |
commit | 72dc422f8ff2924ec43ad036e47f58ad43e42473 (patch) | |
tree | 3e38709ef921dfdc085b315cc0964b529551f505 | |
parent | b3a51a55e565bab557291773efa31766cf4e7fdb (diff) | |
parent | 63de3a4851227618795c5468d4a822c177cf7e80 (diff) |
Merge "Remove aria-rest from the build - merge job fails"
-rw-r--r-- | aria/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aria/pom.xml b/aria/pom.xml index 9d91f476f0..e238351bd8 100644 --- a/aria/pom.xml +++ b/aria/pom.xml @@ -17,7 +17,7 @@ <modules> <module>aria-rest-java-client</module> - <module>aria-rest-server</module> + <!-- <module>aria-rest-server</module> --> <module>multivim-plugin</module> </modules> </project> |