From: Pamela Dragosh Date: Mon, 24 Aug 2020 19:59:57 +0000 (-0400) Subject: Add Match Policy Type to default group X-Git-Tag: 2.3.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8fc27e42103eab72931a59dfd79b5b6ea64bd924;p=policy%2Fpap.git 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 --- 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,