You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/12/15 18:44:32 UTC

[sling-org-apache-sling-models-integration-tests] branch master updated: cosmetic: remove obsolete rat exclusions

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 50e98c5  cosmetic: remove obsolete rat exclusions
50e98c5 is described below

commit 50e98c549ed2a1437fbfe927d7cc95cea7ad7fef
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Wed Dec 15 19:44:22 2021 +0100

    cosmetic: remove obsolete rat exclusions
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b804151..00f7f7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,8 +69,6 @@
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
                     <excludes>
-                        <exclude>sling/**</exclude>
-                        <exclude>derby.log</exclude>
                         <exclude>src/main/resources/org/apache/sling/models/it/noclasses/foo.txt</exclude>
                     </excludes>
                 </configuration>