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.
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>