switch to docker-maven-plugin because that's all

switch to docker-maven-plugin because that's all we need

Issue-ID: SO-2933
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I65783d3a7c172f4ce7fc39d64a3987eeae58feed
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index 60a3b5a..e44d2ed 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -125,7 +125,7 @@
       </plugin>
       <plugin>
         <groupId>io.fabric8</groupId>
-        <artifactId>fabric8-maven-plugin</artifactId>
+        <artifactId>docker-maven-plugin</artifactId>
         <executions>
           <execution>
             <id>start</id>