aboutsummaryrefslogtreecommitdiffstats
path: root/integrity-audit/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-02-15 20:03:50 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-15 20:03:50 +0000
commit016806194bdab12fee925f0733c31d70ad088479 (patch)
treed70f75456adbac433c12100a1809b1eaa5ce5177 /integrity-audit/pom.xml
parentbb47fc9ed422dcde4a1544955c8ab1da7d074a2e (diff)
parente871132b09476d7772fb8dbc597fb82248b89f6b (diff)
Merge "Speed up integrity-audit tests"
Diffstat (limited to 'integrity-audit/pom.xml')
-rw-r--r--integrity-audit/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml
index d261340f..413ee1dd 100644
--- a/integrity-audit/pom.xml
+++ b/integrity-audit/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ONAP Policy Engine - Common Modules
================================================================================
- Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -49,6 +49,12 @@
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
+ <artifactId>utils</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
<artifactId>utils-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>