diff --git a/leafletmap/pom.xml b/leafletmap/pom.xml index f1c0089..2fccca4 100644 --- a/leafletmap/pom.xml +++ b/leafletmap/pom.xml @@ -10,6 +10,12 @@ jar 1.0.9 + + de.saring + st-parent + 1.0.0 + + Saring https://www.saring.de diff --git a/pom.xml b/pom.xml index 9446306..0c14ddc 100644 --- a/pom.xml +++ b/pom.xml @@ -181,6 +182,55 @@ maven-failsafe-plugin 3.2.5 + + org.apache.maven.plugins + maven-enforcer-plugin + 3.5.0 + + + require-all-plugin-versions-to-be-set + validate + + enforce + + + + + + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.4.0 + + + org.apache.maven.plugins + maven-install-plugin + 3.1.3 + + + org.apache.maven.plugins + maven-site-plugin + 3.20.0 + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.3 + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.2 + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 +