diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml index 84d2b01238..6d53cd83a7 100644 --- a/maven-bom/pom.xml +++ b/maven-bom/pom.xml @@ -148,6 +148,18 @@ under the License. + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0 + + + org.codehaus.mojo + extra-enforcer-rules + 1.4 + + + maven-site-plugin diff --git a/pom.xml b/pom.xml index cbaa25e5e8..5b36f286bd 100644 --- a/pom.xml +++ b/pom.xml @@ -647,6 +647,14 @@ under the License. org.apache.maven.plugins maven-enforcer-plugin + 3.0.0 + + + org.codehaus.mojo + extra-enforcer-rules + 1.4 + +