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 74934bf SLING-10199 manage version of tracker spec
74934bf is described below
commit 74934bf09afff8609a49e8ef71fa68ebf9d522ad
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Apr 21 14:23:39 2021 +0200
SLING-10199 manage version of tracker spec
---
sling-bundle-parent/pom.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index a419a9a..9d4ff6e 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -220,13 +220,20 @@ Bundle-DocURL: https://sling.apache.org
<scope>provided</scope>
</dependency>
<!-- individual OSGi spec API artifacts (preferred) -->
- <!-- OSGi framework 1.8, Core R6
(https://osgi.org/javadoc/r6/core/org/osgi/framework/package-summary.html) -->
+ <!-- OSGi framework 1.8, Core R7
(https://osgi.org/javadoc/r7/core/org/osgi/framework/package-summary.html) -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.framework</artifactId>
<version>1.8.0</version>
<scope>provided</scope>
</dependency>
+ <!-- OSGi Tracker 1.5, Core R7
(https://docs.osgi.org/javadoc/osgi.core/7.0.0/org/osgi/util/tracker/package-summary.html)
-->
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.util.tracker</artifactId>
+ <version>1.5.2</version>
+ <scope>provided</scope>
+ </dependency>
<!-- Configuration Admin 1.6, Compendium R7
(https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/cm/package-frame.html)
-->
<dependency>
<groupId>org.osgi</groupId>