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:23:10 UTC

[sling-org-apache-sling-junit-scriptable] 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-scriptable.git


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

commit 879f18143cfa1744b3b23de1ef325bd62556e085
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jul 30 16:22:11 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 7de4202..a178695 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>30</version>
+        <version>43</version>
         <relativePath />
     </parent>
 
@@ -64,6 +64,12 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
+            <version>6.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+            <version>6.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>