This is an automated email from the ASF dual-hosted git repository. jsedding pushed a commit to branch update-parent-62 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git
commit 3a24d907e1113badcdb835d1cbab6008711f9eca Author: Julian Sedding <[email protected]> AuthorDate: Sat Nov 23 03:37:01 2024 +0100 SLING-12506 - Update Feature Model to parent 62 --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3f53f8e..b5c066d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>48</version> + <version>62</version> <relativePath /> </parent> @@ -80,6 +80,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> @@ -132,11 +133,12 @@ <artifactId>annotations</artifactId> <scope>provided</scope> </dependency> - + <!-- Testing --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <scope>test</scope> </dependency> <dependency>
