aboutsummaryrefslogtreecommitdiffstats
path: root/applications/monitoring/pom.xml
diff options
context:
space:
mode:
authorAli Hockla <ah999m@att.com>2019-10-01 18:42:04 -0500
committerAli Hockla <ah999m@att.com>2019-10-02 11:04:50 -0500
commit6f145256b9d9ac6c0e0b6073afb5d1fa178a84a4 (patch)
tree4206f61c527f6bf3dda8e1c9c3d729dd71a24e41 /applications/monitoring/pom.xml
parent8d54e1d7e53651432932e286f8831f0b4db1f22a (diff)
Removed TestUtils from common and into a 'xacml-test' project
Issue-ID: POLICY-2090 Change-Id: Id688e305f878f56e374e6bd9047d9d6c75fbe0c6 Signed-off-by: Ali Hockla <ah999m@att.com>
Diffstat (limited to 'applications/monitoring/pom.xml')
-rw-r--r--applications/monitoring/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/monitoring/pom.xml b/applications/monitoring/pom.xml
index 12b07939..92ac7cbe 100644
--- a/applications/monitoring/pom.xml
+++ b/applications/monitoring/pom.xml
@@ -38,6 +38,12 @@
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.policy.xacml-pdp</groupId>
+ <artifactId>xacml-test</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>