aboutsummaryrefslogtreecommitdiffstats
path: root/applications
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
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')
-rw-r--r--applications/guard/pom.xml2
-rw-r--r--applications/match/pom.xml2
-rw-r--r--applications/monitoring/pom.xml2
-rw-r--r--applications/naming/pom.xml2
-rw-r--r--applications/native/pom.xml2
-rw-r--r--applications/optimization/pom.xml2
6 files changed, 6 insertions, 6 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>
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>
diff --git a/applications/monitoring/pom.xml b/applications/monitoring/pom.xml
index 5d878bb5..e334da4d 100644
--- a/applications/monitoring/pom.xml
+++ b/applications/monitoring/pom.xml
@@ -27,7 +27,7 @@
<version>2.3.2-SNAPSHOT</version>
</parent>
- <artifactId>monitoring</artifactId>
+ <artifactId>xacml-monitoring</artifactId>
<name>${project.artifactId}</name>
<description>This modules contains applications that implement policy-types for XACML PDP.</description>
diff --git a/applications/naming/pom.xml b/applications/naming/pom.xml
index f89bc8ad..31f0146a 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>
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>
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 @@
<version>2.3.2-SNAPSHOT</version>
</parent>
- <artifactId>optimization</artifactId>
+ <artifactId>xacml-optimization</artifactId>
<name>${project.artifactId}</name>
<description>This modules contains applications that implement policy-types for XACML PDP.</description>