From 97be46af1b09c5fa6be63f8ba0c0843c4ce0e94c Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 29 Sep 2020 11:16:14 -0400 Subject: Fix deployment of frequency limiter policy Changed the artifact IDs of the xacml-pdp applications so they won't clash with other jar file names. Issue-ID: POLICY-2848 Change-Id: I844aaf6b2c4d81e52716d840b3a784873c6ce121 Signed-off-by: Jim Hahn --- applications/native/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/native') diff --git a/applications/native/pom.xml b/applications/native/pom.xml index 1a409e3e..7c44d995 100644 --- a/applications/native/pom.xml +++ b/applications/native/pom.xml @@ -6,7 +6,7 @@ 2.3.2-SNAPSHOT - native + xacml-native ${project.artifactId} This modules contains the xacml application that evaluates native policies and requests. -- cgit 1.2.3-korg