You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2021/05/30 20:33:04 UTC

[sling-whiteboard] branch master updated: ignore commons-io:commons-io:2.9.0 that is invalid due to IO-734

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

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 3151667  ignore commons-io:commons-io:2.9.0 that is invalid due to IO-734
3151667 is described below

commit 3151667953eee9518107d807ef3af758e889b592
Author: Eric Norman <en...@apache.org>
AuthorDate: Sun May 30 13:32:49 2021 -0700

    ignore commons-io:commons-io:2.9.0 that is invalid due to IO-734
---
 .../resources/org/apache/sling/build/maven-version-rules.xml     | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/org-apache-sling-build-version-rules/src/main/resources/org/apache/sling/build/maven-version-rules.xml b/org-apache-sling-build-version-rules/src/main/resources/org/apache/sling/build/maven-version-rules.xml
index 0af31ac..a57ab93 100644
--- a/org-apache-sling-build-version-rules/src/main/resources/org/apache/sling/build/maven-version-rules.xml
+++ b/org-apache-sling-build-version-rules/src/main/resources/org/apache/sling/build/maven-version-rules.xml
@@ -25,8 +25,8 @@
   <ignoreVersions>
     <ignoreVersion type="regex">(?i).*[-_\.](alpha|b|beta|rc|m|ea)[-_\.]?[0-9]*</ignoreVersion>
   </ignoreVersions>
-  <!-- ignore known old versions of commons-collections -->
   <rules>
+    <!-- ignore known old versions of commons-collections -->
     <rule groupId="commons-collections" comparisonMethod="maven">
       <ignoreVersions>
         <ignoreVersion>20040616</ignoreVersion>
@@ -36,6 +36,13 @@
       </ignoreVersions>
     </rule>
 
+    <rule groupId="commons-io" comparisonMethod="maven">
+      <ignoreVersions>
+        <!-- ignore version affected by: https://issues.apache.org/jira/browse/IO-734 -->
+        <ignoreVersion>2.9.0</ignoreVersion>
+      </ignoreVersions>
+    </rule>
+
     <!-- ignore 4.x versions of servlet until jetty supports servlet 4.x -->
     <rule groupId="javax.servlet" comparisonMethod="maven">
       <ignoreVersions>