diff --git a/spring-boot-hello/pom.xml b/spring-boot-hello/pom.xml index 8b046df23..fa5373288 100644 --- a/spring-boot-hello/pom.xml +++ b/spring-boot-hello/pom.xml @@ -41,24 +41,6 @@ org.springframework.boot spring-boot-maven-plugin - - - com.spotify - docker-maven-plugin - 1.0.0 - - ${docker.image.prefix}/${project.artifactId} - src/main/docker - - - / - ${project.build.directory} - ${project.build.finalName}.jar - - - - -