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:15:43 UTC

[sling-slingstart-maven-plugin] 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-slingstart-maven-plugin.git


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

commit ac22cfc4a07ee9642a14b373b69c33334d21792b
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Feb 18 07:15:37 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index bb4d575..06de989 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,9 +184,9 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.converter</artifactId>
-            <version>1.0.14</version>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.converter</artifactId>
+            <version>1.0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>