You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/07/30 14:02:48 UTC

[sling-org-apache-sling-junit-healthcheck] branch master updated: SLING-10691 - use parent pom 43

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-healthcheck.git


The following commit(s) were added to refs/heads/master by this push:
     new 5711734  SLING-10691 - use parent pom 43
5711734 is described below

commit 5711734d9284a2c8ed101ecf2b645e5f4ca5fc6b
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jul 30 16:02:33 2021 +0200

    SLING-10691 - use parent pom 43
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 02236d9..d0af15e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>26</version>
+        <version>43</version>
         <relativePath/>
     </parent>
 
@@ -50,6 +50,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>5.1.2</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -74,6 +75,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
+            <version>4.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
@@ -84,6 +86,7 @@
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
             <scope>provided</scope>
+            <version>1.9.12</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -111,6 +114,7 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
+            <version>2.4</version>
         </dependency>
     </dependencies>
 </project>