You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2017/04/25 15:56:41 UTC

incubator-ratis git commit: RATIS-74. Missing dependency for enforcer rule enforceBytecodeVersion. Contributed by Karl Heinz Marbaise

Repository: incubator-ratis
Updated Branches:
  refs/heads/master 5ebe83e87 -> b2c691382


RATIS-74. Missing dependency for enforcer rule enforceBytecodeVersion.  Contributed by Karl Heinz Marbaise


Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/b2c69138
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/b2c69138
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/b2c69138

Branch: refs/heads/master
Commit: b2c6913826a238b6f1f693c6cce648b5f5301155
Parents: 5ebe83e
Author: Tsz-Wo Nicholas Sze <sz...@hortonworks.com>
Authored: Tue Apr 25 23:55:55 2017 +0800
Committer: Tsz-Wo Nicholas Sze <sz...@hortonworks.com>
Committed: Tue Apr 25 23:55:55 2017 +0800

----------------------------------------------------------------------
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/b2c69138/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ed0f156..2cc2118 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,6 @@
     <maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
     <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
     <maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
-    <maven-enforcer-plugin.version>1.3.1</maven-enforcer-plugin.version>
     <maven-install-plugin.version>2.5.1</maven-install-plugin.version>
     <maven-jar-plugin.version>3.0.2</maven-jar-plugin.version>
     <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>
@@ -402,7 +401,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>${maven-enforcer-plugin.version}</version>
           <configuration>
             <rules>
               <requireMavenVersion>
@@ -733,6 +731,13 @@
           <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.0-beta-6</version>
+              </dependency>
+            </dependencies>
             <executions>
               <execution>
                 <id>dist-enforce</id>