You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2022/02/18 06:20:32 UTC

[sling-org-apache-sling-models-impl] branch master updated: SLING-11152 : Use official OSGi Converter Implementation

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new 6419e16  SLING-11152 : Use official OSGi Converter Implementation
6419e16 is described below

commit 6419e1680f98fa8ef659b18480863663730949ce
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Feb 18 07:19:35 2022 +0100

    SLING-11152 : Use official OSGi Converter Implementation
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index eae6c95..0bda7fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,9 +221,9 @@
         </dependency>
         <!-- for testing the annotations -->
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.converter</artifactId>
-            <version>1.0.8</version>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.converter</artifactId>
+            <version>1.0.9</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -239,4 +239,4 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>