diff options
author | Jim Hahn <jrh3@att.com> | 2020-09-29 11:16:14 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-09-29 11:17:24 -0400 |
commit | 97be46af1b09c5fa6be63f8ba0c0843c4ce0e94c (patch) | |
tree | 787236e44505b0f5aac827b8f67e337dd785fe66 /applications/match/pom.xml | |
parent | 5ac79c73c011797c2bbb652d4359b88c29626c85 (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/match/pom.xml')
-rw-r--r-- | applications/match/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/match/pom.xml b/applications/match/pom.xml index d4d72013..e1908aaf 100644 --- a/applications/match/pom.xml +++ b/applications/match/pom.xml @@ -27,7 +27,7 @@ <version>2.3.2-SNAPSHOT</version> </parent> - <artifactId>match</artifactId> + <artifactId>xacml-match</artifactId> <name>${project.artifactId}</name> <description>This modules contains the Match applications.</description> |