You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2022/08/29 09:56:29 UTC

[felix-dev] branch master updated: Change converter dependency to latest from OSGi

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new f3c6e6bff9 Change converter dependency to latest from OSGi
f3c6e6bff9 is described below

commit f3c6e6bff9c6dc937c9042c13721763c1d90503e
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Mon Aug 29 10:56:17 2022 +0100

    Change converter dependency to latest from OSGi
---
 configadmin-plugins/interpolation/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configadmin-plugins/interpolation/pom.xml b/configadmin-plugins/interpolation/pom.xml
index c3019a3b3c..379a6b9a04 100644
--- a/configadmin-plugins/interpolation/pom.xml
+++ b/configadmin-plugins/interpolation/pom.xml
@@ -119,9 +119,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>
             <scope>provided</scope>
         </dependency>