SLING-8933 - The IncludeRuntimeExtension doesn't correctly normalise paths when using the path manipulation options

* corrected path options handling in the IncludeRuntimeExtension
* updated to HTL TCK 1.4.1 which brings more tests for path options
diff --git a/pom.xml b/pom.xml
index 7242880..a7fd0d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,6 @@
                                 <artifactItem>
                                     <groupId>io.sightly</groupId>
                                     <artifactId>io.sightly.tck</artifactId>
-                                    <version>1.4.0</version>
                                     <type>jar</type>
                                     <outputDirectory>${project.build.directory}/sightlytck/</outputDirectory>
                                     <includes>**/*.html,**/*.js,**/*.java</includes>
@@ -157,17 +156,14 @@
         </plugins>
     </build>
 
-    <repositories>
-        <repository>
-            <id>oss-sonatype</id>
-            <name>OSS Sonatype</name>
-            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-        </repository>
-    </repositories>
-
     <dependencies>
         <!-- Test bundle dependencies -->
         <dependency>
+            <groupId>io.sightly</groupId>
+            <artifactId>io.sightly.tck</artifactId>
+            <version>1.4.1</version>
+        </dependency>
+        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.annotation.versioning</artifactId>
             <scope>provided</scope>