From 8fc27e42103eab72931a59dfd79b5b6ea64bd924 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 24 Aug 2020 15:59:57 -0400 Subject: Add Match Policy Type to default group Default group will now have match Policy Type. Issue-ID: POLICY-2596 Change-Id: I53c07b417097dc8250191e6ee8d043488b02562d Signed-off-by: Pamela Dragosh --- main/src/main/resources/PapDb.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json index d2fff54c..9c4123c5 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -80,6 +80,10 @@ { "name": "onap.policies.Naming", "version": "1.0.0" + }, + { + "name": "onap.policies.match.*", + "version": "1.0.0" } ], "currentInstanceCount": 0, -- cgit 1.2.3-korg