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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 1456c34  PARQUET-1756: Remove Dependency on Maven Plugin 
semantic-versioning (#741)
1456c34 is described below

commit 1456c34e33251b808e8c14a155ea3d5e3327111d
Author: belugabehr <12578579+belugab...@users.noreply.github.com>
AuthorDate: Tue Apr 28 03:20:49 2020 -0400

    PARQUET-1756: Remove Dependency on Maven Plugin semantic-versioning (#741)
    
    Co-authored-by: David Mollitor <dmolli...@apache.org>
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index cd94ef5..2ee4bd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,13 +234,6 @@
         <plugin>
           <artifactId>maven-enforcer-plugin</artifactId>
           <version>1.3.1</version>
-          <dependencies>
-            <dependency>
-              <groupId>org.semver</groupId>
-              <artifactId>enforcer-rule</artifactId>
-              <version>0.9.33</version>
-            </dependency>
-         </dependencies>
          <executions>
            <execution>
             <id>enforce-banned-dependencies</id>

Reply via email to