diff options
author | Liam Fallon <liam.fallon@est.tech> | 2023-06-12 21:29:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-06-12 21:29:18 +0000 |
commit | 33f508d48de474c752c2c06d396b7b946f998447 (patch) | |
tree | 9a83bbac1e52b5a874a6b1f1a2bb1ee19b779186 /participant/participant-impl/pom.xml | |
parent | 81ad03b045bd4a7b9defdc1843907365a7371aa1 (diff) | |
parent | 5006eef32b196e3dbc95fe1a0d8cd33a8ffab5b4 (diff) |
Merge "Add pom structure for mock participant in ACM"
Diffstat (limited to 'participant/participant-impl/pom.xml')
-rwxr-xr-x | participant/participant-impl/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/participant/participant-impl/pom.xml b/participant/participant-impl/pom.xml index 5287f263c..7c91e0f02 100755 --- a/participant/participant-impl/pom.xml +++ b/participant/participant-impl/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= - Copyright (C) 2021-2022 Nordix Foundation. + Copyright (C) 2021-2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -35,6 +35,7 @@ <packaging>pom</packaging> <modules> + <module>participant-impl-simulator</module> <module>participant-impl-acelement</module> <module>participant-impl-policy</module> <module>participant-impl-cds</module> |