aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-02-18 10:52:50 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-18 10:52:50 +0000
commitbeef773a297cbeb5c5abfb5e75e678e39d3d1523 (patch)
treee11e0b8b3b4ae27f079f47fbe3f47b686159593a /main/pom.xml
parente19b808526ebe4db4528523b0268c1b35bc59b0f (diff)
parent469efa7b10fd10ebd3cd49d133794f5e31a556c0 (diff)
Merge "Use classes from policy/common"
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 621fb45e..06c03345 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -92,6 +92,11 @@
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
+ <artifactId>spring-utils</artifactId>
+ <version>${policy.common.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
<artifactId>utils-test</artifactId>
<version>${policy.common.version}</version>
<scope>test</scope>