This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git
commit 00a02b51b3d6de73fd4a65e3cb427353a9a4e0c1 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Jun 25 17:16:34 2020 +0200 SLING-9499 - Launchpad-Testing: branch which runs ITs against oak_tar feature model aggregate Remove the dependency to the feature launcher as the plugin no longer requires it. --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 02b6e18..8c8abae 100644 --- a/pom.xml +++ b/pom.xml @@ -219,12 +219,6 @@ </dependency> <!-- Dependencies for the Test Build and Run --> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.feature.launcher</artifactId> - <version>1.1.2</version> - <scope>runtime</scope> - </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId>
