diff options
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 c89eafd1..fffaa03f 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -42,6 +42,11 @@ <version>${policy.models.version}</version> </dependency> <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>spring-utils</artifactId> + <version>${policy.common.version}</version> + </dependency> + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> |