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

kwin pushed a commit to branch feature/manage-promises-converter-specs
in repository https://gitbox.apache.org/repos/asf/sling-parent.git

commit d187239d7596d61f94a8e43d159220b51ba1a4b0
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Nov 12 17:01:21 2024 +0100

    SLING-12481 Manage OSGi Promises 1.1 and Converter 1.0 artifacts
    
    Both are part of OSGi Compendium R7
---
 sling-bundle-parent/pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 71a7634..b5c5675 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -159,6 +159,26 @@
                 <artifactId>org.osgi.namespace.unresolvable</artifactId>
                 <version>1.0.0</version>
             </dependency>
+            <!-- OSGi Promises 1.1 -->
+            <!-- 
https://docs.osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/util/promise/package-summary.html
 -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.util.promise</artifactId>
+                <version>1.1.1</version>
+            </dependency>
+            <!-- 
https://docs.osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/util/function/package-summary.html
 -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.util.function</artifactId>
+                <version>1.1.0</version>
+            </dependency>
+            <!-- OSGi Converter 1.0 -->
+            <!-- 
https://docs.osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/util/converter/package-summary.html
 -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.util.converter</artifactId>
+                <version>1.0.9</version>
+            </dependency>
             <!-- OSGi annotations (OSGi R7) -->
             <!-- 
https://osgi.org/javadoc/osgi.annotation/7.0.0/org/osgi/annotation/versioning/package-frame.html
 -->
             <dependency>

Reply via email to