aboutsummaryrefslogtreecommitdiffstats
path: root/so-simulator/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'so-simulator/pom.xml')
-rw-r--r--so-simulator/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/so-simulator/pom.xml b/so-simulator/pom.xml
index 35964d6de6..a92664afb8 100644
--- a/so-simulator/pom.xml
+++ b/so-simulator/pom.xml
@@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>org.onap.so</groupId>
- <artifactId>common</artifactId>
+ <artifactId>aai-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -62,7 +62,6 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.consol.citrus</groupId>
@@ -99,7 +98,7 @@
</plugin>
<plugin>
<groupId>io.fabric8</groupId>
- <artifactId>fabric8-maven-plugin</artifactId>
+ <artifactId>docker-maven-plugin</artifactId>
<executions>
<execution>
<id>start</id>