diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-02-18 10:52:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-18 10:52:50 +0000 |
commit | beef773a297cbeb5c5abfb5e75e678e39d3d1523 (patch) | |
tree | e11e0b8b3b4ae27f079f47fbe3f47b686159593a /main/pom.xml | |
parent | e19b808526ebe4db4528523b0268c1b35bc59b0f (diff) | |
parent | 469efa7b10fd10ebd3cd49d133794f5e31a556c0 (diff) |
Merge "Use classes from policy/common"
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 5 |
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> |