This is an automated email from the ASF dual-hosted git repository. apelluru pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-configuration.git
The following commit(s) were added to refs/heads/master by this push: new d7ac31c SLING-11591: upgrade to sling parent 49 (#7) d7ac31c is described below commit d7ac31c087362c1ba13d6f70b062699a84fc1008 Author: Ashok Pelluru <37666786+ashokmc...@users.noreply.github.com> AuthorDate: Wed Oct 5 17:37:17 2022 +0200 SLING-11591: upgrade to sling parent 49 (#7) Co-authored-by: Ashok Pelluru <apell...@apache.org> --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2e83f08..0ebfccd 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>43</version> + <version>49</version> <relativePath /> </parent> @@ -35,7 +35,6 @@ <properties> <sling.java.version>8</sling.java.version> - <project.build.outputTimestamp>2021-09-05T07:44:56Z</project.build.outputTimestamp> </properties> <scm> @@ -77,10 +76,12 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.core</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId>