You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/12/02 09:53:04 UTC

[sling-org-apache-sling-validation-test-services] branch master updated: releng: use most recent felix.utils

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-validation-test-services.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b29c91  releng: use most recent felix.utils
9b29c91 is described below

commit 9b29c91eb2ab601a30186a9f4cf89a1b479eeb64
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Dec 2 10:50:59 2021 +0100

    releng: use most recent felix.utils
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 830ddcb..d419b9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,6 @@
         <dependency>
             <groupId>javax.jcr</groupId>
             <artifactId>jcr</artifactId>
-            <version>2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -93,7 +92,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.utils</artifactId>
-            <version>1.9.0</version>
+            <version>1.11.8</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>