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

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-registration.git


The following commit(s) were added to refs/heads/master by this push:
     new a5daf85  SLING-7437 - Support Jackrabbit 2.16 in 
org.apache.sling.jcr.registration
a5daf85 is described below

commit a5daf85a72c55650cb81e54b7c7f18fe9f0d8dd2
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Aug 6 15:24:56 2018 +0300

    SLING-7437 - Support Jackrabbit 2.16 in org.apache.sling.jcr.registration
    
    Update to changes added in JCR-4195. Rather than keeping a large version
    range, I chose to pick a new dependency version. This being related to
    RMI and:
    
    a) less often used
    b) not easy to test
    
    I prefer the safe side of increasing the dependency.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b2c8332..1c61eeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-rmi</artifactId>
-            <version>2.0.0</version>
+            <version>2.16.0</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>

Reply via email to