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/optimization/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/optimization') diff --git a/applications/optimization/pom.xml b/applications/optimization/pom.xml index f2587cce..0bbab7a7 100644 --- a/applications/optimization/pom.xml +++ b/applications/optimization/pom.xml @@ -27,7 +27,7 @@ 2.3.2-SNAPSHOT - optimization + xacml-optimization ${project.artifactId} This modules contains applications that implement policy-types for XACML PDP. -- cgit 1.2.3-korg