From 74d69a2a262f78d76abfec4dcee19421a5cd6ec9 Mon Sep 17 00:00:00 2001 From: Chenfei Gao Date: Thu, 4 Apr 2019 21:47:01 -0400 Subject: Incorporate filters in provider functions Use filters to GET wildcard/latest/deployed policies and policy types. Junit tests for providers are coming in next patch/review. Issue-ID: POLICY-1441 Change-Id: Iccd02f395d612ba95728d1bc5808ad16c6f386fe Signed-off-by: Chenfei Gao Signed-off-by: Pamela Dragosh --- main/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml index 381d39f1..01cd533e 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -77,6 +77,11 @@ org.mariadb.jdbc mariadb-java-client + + org.assertj + assertj-core + test + -- cgit 1.2.3-korg