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>
diff --git a/applications/naming/pom.xml b/applications/naming/pom.xml
index f89bc8a..31f0146 100644
--- a/applications/naming/pom.xml
+++ b/applications/naming/pom.xml
@@ -27,7 +27,7 @@
         <version>2.3.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>naming</artifactId>
+    <artifactId>xacml-naming</artifactId>
 
     <name>${project.artifactId}</name>
     <description>This modules contains the SDNC naming applications.</description>