aboutsummaryrefslogtreecommitdiffstats
path: root/applications/guard
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-09-29 11:16:14 -0400
committerJim Hahn <jrh3@att.com>2020-09-29 11:17:24 -0400
commit97be46af1b09c5fa6be63f8ba0c0843c4ce0e94c (patch)
tree787236e44505b0f5aac827b8f67e337dd785fe66 /applications/guard
parent5ac79c73c011797c2bbb652d4359b88c29626c85 (diff)
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 <jrh3@att.com>
Diffstat (limited to 'applications/guard')
-rw-r--r--applications/guard/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/guard/pom.xml b/applications/guard/pom.xml
index 3669f317..326f0a96 100644
--- a/applications/guard/pom.xml
+++ b/applications/guard/pom.xml
@@ -27,7 +27,7 @@
<version>2.3.2-SNAPSHOT</version>
</parent>
- <artifactId>guard</artifactId>
+ <artifactId>xacml-guard</artifactId>
<name>${project.artifactId}</name>
<description>This modules contain an application that implements onap.Guard policy-types for XACML PDP.</description>