aboutsummaryrefslogtreecommitdiffstats
path: root/client/client-editor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/client-editor/pom.xml')
-rw-r--r--client/client-editor/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml
index a406a6c2d..18d5d4c1a 100644
--- a/client/client-editor/pom.xml
+++ b/client/client-editor/pom.xml
@@ -32,6 +32,10 @@
<dependencies>
<dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>utils</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.onap.policy.apex-pdp.model</groupId>
<artifactId>model-api</artifactId>
<version>${project.version}</version>
@@ -72,7 +76,6 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>${version.commons-cli}</version>
</dependency>
<dependency>
<groupId>junit</groupId>