You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/02/19 14:46:11 UTC

[maven] branch master updated: Remove unneeded exclusion

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e2a8db3f0 Remove unneeded exclusion
e2a8db3f0 is described below

commit e2a8db3f0285e8853bb97e1864edb3c1e5143dc6
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 19 15:45:54 2023 +0100

    Remove unneeded exclusion
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4c1501d56..67c53b993 100644
--- a/pom.xml
+++ b/pom.xml
@@ -623,7 +623,6 @@ under the License.
                 <!--
                   ! Excluded the license files itself cause they do not have have a license of themselves.
                 -->
-                <exclude>src/main/appended-resources/licenses/MIT-slf4j-api-1.7.30.txt</exclude>
                 <exclude>src/main/appended-resources/licenses/EPL-1.0.txt</exclude>
                 <exclude>src/main/appended-resources/licenses/unrecognized-aopalliance-1.0.txt</exclude>
                 <exclude>src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt</exclude>