You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/04/23 17:52:19 UTC

[maven-indexer] branch master updated: [MINDEXER-145] Update parent POM and dependencies - addendum

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 02c456a  [MINDEXER-145] Update parent POM and dependencies - addendum
02c456a is described below

commit 02c456ac58b7000e715b252d2c2b708e348425c9
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Apr 23 19:51:18 2022 +0200

    [MINDEXER-145] Update parent POM and dependencies - addendum
    
    The original commit 4f94d9f4b9cbe265f5ed4f4b1ce77ac9dbdf9a47
    missed to remove enforcer that was also updated in parent,
    no need to redefine it.
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 386b720..8436561 100644
--- a/pom.xml
+++ b/pom.xml
@@ -298,18 +298,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>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>