diff options
author | Liam Fallon <liam.fallon@est.tech> | 2020-02-04 15:44:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-04 15:44:39 +0000 |
commit | 94937bd65392d2f49962de3cb5b001b768d4c7ea (patch) | |
tree | a0555bc04aecd9c7e935038ea4563535196a867a | |
parent | 96f3a97fe849c657c4afc7b0ba199a08cc0646c2 (diff) | |
parent | ffcad027c7461eb36f23edb69b717e5029f6e7a2 (diff) |
Merge "Adding Tosca compliant operational policy type to defaultGroup for apex-pdp"
-rw-r--r-- | main/src/main/resources/PapDb.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json index 0f4c3d5b..d97da4fc 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -98,6 +98,10 @@ "version": "1.0.0" }, { + "name": "onap.policies.controlloop.operational.common.Apex", + "version": "1.0.0" + }, + { "name": "onap.policies.native.Apex", "version": "1.0.0" } |