This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-resourceresolver-mock.git
commit 0d65068d732285294fb1adeb6b37e3a08b1f6e70 Author: Stefan Seifert <[email protected]> AuthorDate: Mon Aug 22 13:38:31 2022 +0200 update to parent 49 --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 67b28c4..05edcc0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>48</version> + <version>49</version> <relativePath /> </parent> @@ -65,6 +65,11 @@ <artifactId>org.osgi.annotation.versioning</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.component.annotations</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId>
