This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch SLING-12079 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git
commit 73ddd572712780126b1fda6664e07d6bea667e53 Author: Dan Klco <[email protected]> AuthorDate: Thu Oct 5 13:38:25 2023 -0400 SLING-12079 - Updating to Parent 52 --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 68f9e87..4a892c4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>35</version> + <version>52</version> <relativePath /> </parent> @@ -86,7 +86,7 @@ </dependency> <dependency> <groupId>org.osgi</groupId> - <artifactId>osgi.core</artifactId> + <artifactId>org.osgi.framework</artifactId> <scope>provided</scope> </dependency> <dependency> @@ -109,14 +109,17 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <scope>test</scope> </dependency> </dependencies> </project>
