This is an automated email from the ASF dual-hosted git repository.
nielsbasjes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new e7d9be91e AVRO-2404: Remove now obsolete Apache Rat workaround (#2119)
e7d9be91e is described below
commit e7d9be91ef0a077514f22e3e7cf38d1781b7517f
Author: Niels Basjes <[email protected]>
AuthorDate: Sun Feb 26 16:43:30 2023 +0100
AVRO-2404: Remove now obsolete Apache Rat workaround (#2119)
---
pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 514aaaa3c..991e723ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,17 +345,6 @@
</execution>
</executions>
<configuration>
- <licenses>
- <!-- TODO (low prio): Remove this simple workaround when
Apache Rat 0.14 has been released. -->
- <!-- See also: https://issues.apache.org/jira/browse/RAT-212
-->
- <!-- and https://issues.apache.org/jira/browse/LEGAL-265
-->
- <license
implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20">
- <notes>Also allow the license url to be https.</notes>
- <patterns>
-
<pattern>https://www.apache.org/licenses/LICENSE-2.0</pattern>
- </patterns>
- </license>
- </licenses>
<consoleOutput>true</consoleOutput>
<excludeSubProjects>false</excludeSubProjects>
<excludes>