This is an automated email from the ASF dual-hosted git repository. joerghoh pushed a commit to branch SLING-11979-update-parent in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git
commit 678f57c813543556572fcbfcfc3c493014455093 Author: Jörg Hoh <[email protected]> AuthorDate: Fri Jul 21 16:25:01 2023 +0200 update to bundle-parent 52 --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 994f00e..37d78e0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>49</version> + <version>52</version> <relativePath /> </parent> @@ -256,7 +256,7 @@ </dependency> <dependency> <groupId>org.osgi</groupId> - <artifactId>osgi.core</artifactId> + <artifactId>org.osgi.framework</artifactId> <scope>provided</scope> </dependency> <dependency> @@ -276,7 +276,12 @@ </dependency> <dependency> <groupId>org.osgi</groupId> - <artifactId>osgi.cmpn</artifactId> + <artifactId>org.osgi.util.tracker</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.resource</artifactId> <scope>provided</scope> </dependency> <!-- Testing -->
