You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/11/23 13:35:35 UTC

[sling-feature-converter-maven-plugin] 25/37: Add missing felix utils dependency

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/sling-feature-converter-maven-plugin.git

commit c237ad041cad0fc58d3891578c7fdfcde8c2abfb
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Oct 15 15:13:07 2020 +0100

    Add missing felix utils dependency
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 45f3647..6831bac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,11 @@
             <scope>runtime</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.utils</artifactId>
+            <version>1.11.4</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.cpconverter</artifactId>
             <version>1.0.15-SNAPSHOT</version>