You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/12/19 16:15:42 UTC

[sling-org-apache-sling-scripting-sightly-testing-content] branch master updated: SLING-8933 - The IncludeRuntimeExtension doesn't correctly normalise paths when using the path manipulation options

This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git


The following commit(s) were added to refs/heads/master by this push:
     new 98710b7  SLING-8933 - The IncludeRuntimeExtension doesn't correctly normalise paths when using the path manipulation options
98710b7 is described below

commit 98710b7dde8cac36cacec3d37f65697d4b9787dc
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Dec 19 17:15:06 2019 +0100

    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
---
 pom.xml | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

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>