diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-21 19:26:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-21 19:26:35 +0000 |
commit | dd60cf1b40744590285eec61aa1170ea14c1b9fb (patch) | |
tree | 9fe8e38dddb51cac3cd8835265891bee85afd897 /sliapi/pom.xml | |
parent | a688a2cfd24526348f0510768371fc788670b465 (diff) | |
parent | 28d8801959ffa9b12a00114c3d389a58a0359c40 (diff) |
Merge "Springboot-based SLI-API"
Diffstat (limited to 'sliapi/pom.xml')
-rwxr-xr-x | sliapi/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sliapi/pom.xml b/sliapi/pom.xml index 1d568a429..c8bc164c7 100755 --- a/sliapi/pom.xml +++ b/sliapi/pom.xml @@ -19,6 +19,7 @@ <modules> <module>model</module> <module>provider</module> + <module>springboot</module> <module>installer</module> </modules> |