diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-05-13 17:48:03 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-05-13 17:48:03 -0400 |
commit | 5f57d09b20004ad9d00706d4c305036b6fc54f16 (patch) | |
tree | 4d6fe95e29c71337a8658382ec88161bf3629fce /mso-api-handlers/mso-api-handler-infra | |
parent | 0746d5df51818753e950bf7a18d1d2d5ba583d0a (diff) |
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
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 3a7c7ad477..a046123778 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -300,7 +300,7 @@ </plugin> <plugin> <groupId>io.fabric8</groupId> - <artifactId>fabric8-maven-plugin</artifactId> + <artifactId>docker-maven-plugin</artifactId> <executions> <execution> <id>start</id> |