diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-08-19 12:09:51 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-08-30 09:25:21 +0100 |
commit | 35e46060a44f17c68cff654c5f65e3831af03847 (patch) | |
tree | 273af6038f340070a4e253d3ba340a4d8e826cc8 /examples/pom.xml | |
parent | fddb2c8664d73ea6041c3111f4a5e894c7c5103c (diff) |
Add example policy for AC element microservice test
Issue-ID: POLICY-4307
Change-Id: I0275bbacb3d2689f50f93eef541cd43601aab8ef
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'examples/pom.xml')
-rw-r--r-- | examples/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pom.xml b/examples/pom.xml index 2a872c5b6..4c66d4db6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -2,7 +2,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Modifications Copyright (C) 2020 Nordix Foundation. + Modifications Copyright (C) 2020,2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -36,6 +36,7 @@ <modules> <module>examples-myfirstpolicy</module> <module>examples-aadm</module> + <module>examples-acm</module> <module>examples-adaptive</module> <module>examples-pcvs</module> <module>examples-decisionmaker</module> |