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 2021/01/29 10:21:36 UTC

[sling-scriptingbundle-maven-plugin] 02/02: SLING-9999 - Remove cyclic dependency between scripting and servlets features

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-scriptingbundle-maven-plugin.git

commit e2068883fbd6af8e0ab826e8c77fc6c97f855f81
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri Jan 29 11:20:47 2021 +0100

    SLING-9999 - Remove cyclic dependency between scripting and servlets features
    
    * moved the o.a.s.servlets.resolver.bundle.tracker API to a dedicated bundle
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index de57268..a0047d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,9 +199,9 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.servlets.resolver</artifactId>
+            <artifactId>org.apache.sling.servlets.resolver.api</artifactId>
             <scope>compile</scope>
-            <version>2.7.0</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>