This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 9de195a SLING-12481 Manage OSGi Promises 1.1 and Converter 1.0
artifacts
9de195a is described below
commit 9de195a3aaf2d9292a598e05fc95650c7cf7cac7
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..d147e24 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, Compendium R7 -->
+ <!--
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, Compendium R7 -->
+ <!--
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>