aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gui-editors/gui-editor-apex/pom.xml')
-rw-r--r--gui-editors/gui-editor-apex/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml
index 52d8b96..c0f3819 100644
--- a/gui-editors/gui-editor-apex/pom.xml
+++ b/gui-editors/gui-editor-apex/pom.xml
@@ -65,7 +65,7 @@
</dependency>
<dependency>
<groupId>org.onap.policy.apex-pdp.model</groupId>
- <artifactId>model-api</artifactId>
+ <artifactId>model</artifactId>
<version>${policy.apex-pdp.version}</version>
</dependency>
<dependency>
@@ -93,6 +93,10 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-ext</artifactId>
+ </dependency>
</dependencies>
<build>