This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new e1d359a  [MNG-7330] Revert MNG-7329
e1d359a is described below

commit e1d359aa6d7d2b1e95daa431c6259f25a4687bea
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sat Mar 5 23:11:48 2022 +0100

    [MNG-7330] Revert MNG-7329
---
 maven-bom/pom.xml | 12 ------------
 pom.xml           |  7 -------
 2 files changed, 19 deletions(-)

diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml
index eab13b4..bc8c9b5 100644
--- a/maven-bom/pom.xml
+++ b/maven-bom/pom.xml
@@ -150,18 +150,6 @@ under the License.
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0</version>
-        <dependencies>
-          <dependency>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.4</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-      <plugin>
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
           
<topSiteURL>${project.distributionManagement.site.url}/..</topSiteURL>
diff --git a/pom.xml b/pom.xml
index be68237..c42deb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,13 +630,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.4</version>
-          </dependency>
-        </dependencies>
         <executions>
           <execution>
             <goals>

Reply via email to