You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2020/05/11 10:46:52 UTC

[shiro] branch master updated: [SHIRO-774] remove ignored prerequisites

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5d5e786  [SHIRO-774] remove ignored prerequisites
     new ecb57e4  Merge pull request #234 from bmhm/SHIRO-774-prerequisites
5d5e786 is described below

commit 5d5e7865216787d71575e9e71ce2ea2ab5212cac
Author: Benjamin Marwell <bm...@gmail.com>
AuthorDate: Sun May 10 07:24:22 2020 +0200

    [SHIRO-774] remove ignored prerequisites
    
      - this is already covered by the enforcer plugin.
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 87fc50f..d77bb0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,10 +125,6 @@
 
     </properties>
 
-    <prerequisites>
-        <maven>3.5.0</maven>
-    </prerequisites>
-
     <modules>
         <module>lang</module>
         <module>crypto</module>