diff --git a/hexagonal-example/pom.xml b/hexagonal-example/pom.xml deleted file mode 100644 index eaa05332a8..0000000000 --- a/hexagonal-example/pom.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - 4.0.0 - - com.baeldung - hexagonalPattern - 0.0.1-SNAPSHOT - - hexagonalPattern - - - - - 1.8 - UTF-8 - 1.8 - 1.8 - - - - - org.junit.jupiter - junit-jupiter-engine - 5.1.0 - test - - - org.springframework.boot - spring-boot-starter-parent - 2.2.1.RELEASE - pom - - - org.springframework.boot - spring-boot-starter-web - 2.2.1.RELEASE - - - org.mockito - mockito-core - 2.26.0 - - - org.mockito - mockito-core - 2.22.0 - test - - - - - - - - - maven-clean-plugin - 3.1.0 - - - - maven-resources-plugin - 3.0.2 - - - maven-compiler-plugin - 3.8.0 - - - maven-surefire-plugin - 2.22.1 - - - maven-jar-plugin - 3.0.2 - - - maven-install-plugin - 2.5.2 - - - maven-deploy-plugin - 2.8.2 - - - - maven-site-plugin - 3.7.1 - - - maven-project-info-reports-plugin - 3.0.0 - - - - -