SLING-5632 - [Sightly] URI manipulation options that process a path should not alter URIs that don't provide path information

* disallow further processing by path-related options if the original URI doesn't contain a path information or if the path
option is empty
* updated TCK version since the new version provides more tests related to URI manipulation options

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1751874 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 63976ed..a1e9f00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
                                 <artifactItem>
                                     <groupId>io.sightly</groupId>
                                     <artifactId>io.sightly.tck</artifactId>
-                                    <version>1.2.2</version>
+                                    <version>1.2.3</version>
                                     <type>jar</type>
                                     <outputDirectory>${project.build.directory}/sightlytck/</outputDirectory>
                                     <includes>**/*.html,**/*.js,**/*.java</includes>