diff options
author | Ali Hockla <ah999m@att.com> | 2019-10-01 18:42:04 -0500 |
---|---|---|
committer | Ali Hockla <ah999m@att.com> | 2019-10-02 11:04:50 -0500 |
commit | 6f145256b9d9ac6c0e0b6073afb5d1fa178a84a4 (patch) | |
tree | 4206f61c527f6bf3dda8e1c9c3d729dd71a24e41 /applications/common/pom.xml | |
parent | 8d54e1d7e53651432932e286f8831f0b4db1f22a (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/common/pom.xml')
-rw-r--r-- | applications/common/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index dea04007..bbceefb9 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -61,6 +61,7 @@ <groupId>org.onap.policy.common</groupId> <artifactId>utils-test</artifactId> <version>${policy.common.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>com.att.research.xacml</groupId> |