aboutsummaryrefslogtreecommitdiffstats
path: root/main/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 /main/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 'main/pom.xml')
-rw-r--r--main/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml
index f101ae34..581463a3 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -62,6 +62,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>utils-test</artifactId>
+ <version>${policy.common.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.onap.policy.xacml-pdp.applications</groupId>
<artifactId>monitoring</artifactId>
<version>${project.version}</version>