This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git
commit b760819782aea96fcdc45e837b02cf3ed022ab0f Author: Oliver Lietz <[email protected]> AuthorDate: Mon Mar 22 20:57:44 2021 +0100 SLING-10253 Update to Sling (Bundle) Parent 41 change id to exclude plugins and dependencies ban --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5c9c5b8..b7de6f3 100644 --- a/pom.xml +++ b/pom.xml @@ -282,7 +282,7 @@ <artifactId>maven-enforcer-plugin</artifactId> <executions> <execution> - <id>ban-felix-scr-annotations</id> + <id>ban-plugins-and-dependencies</id> <phase>none</phase> </execution> </executions>
