aboutsummaryrefslogtreecommitdiffstats
path: root/applications/native/pom.xml
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/native/pom.xml
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/native/pom.xml')
-rw-r--r--applications/native/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<version>2.3.2-SNAPSHOT</version>
</parent>
- <artifactId>native</artifactId>
+ <artifactId>xacml-native</artifactId>
<name>${project.artifactId}</name>
<description>This modules contains the xacml application that evaluates native policies and requests.</description>