diff options
Diffstat (limited to 'utils/pom.xml')
-rw-r--r-- | utils/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 3faf9121..f75a60b8 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -37,6 +37,11 @@ <artifactId>gson</artifactId> </dependency> <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>capabilities</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> @@ -50,6 +55,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>javax.persistence</artifactId> </dependency> |