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

olli pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 391a244  SLING-10021 The DefaultErrorHandlerServlet should consider 
the 'Accept' header
391a244 is described below

commit 391a244cd254918eb36c6648496a549c65852152
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Dec 30 11:05:53 2020 +0100

    SLING-10021 The DefaultErrorHandlerServlet should consider the 'Accept' 
header
    
    update org.apache.sling.commons.testing and remove unstable 
jackrabbit-jcr-commons
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce13245..d0c333e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,7 +309,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.testing</artifactId>
-            <version>2.1.0</version>
+            <version>2.1.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -424,12 +424,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-jcr-commons</artifactId>
-            <version>2.13.1</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-atinject_1.0_spec</artifactId>
             <version>1.0</version>

Reply via email to