You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2022/08/21 20:38:27 UTC

[sling-org-apache-sling-pipes] branch master updated: SLING-11551 switch to parent 49

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7e0fa7e  SLING-11551 switch to parent 49
7e0fa7e is described below

commit 7e0fa7ec77f8721186187bb9fef41b01ee6ccffe
Author: Nicolas Peltier <np...@apache.org>
AuthorDate: Sun Aug 21 22:38:17 2022 +0200

    SLING-11551 switch to parent 49
---
 pom.xml | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index c62c5dc..4287108 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>47</version>
+    <version>49</version>
     <relativePath />
   </parent>
 
@@ -146,10 +146,12 @@
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.annotation.versioning</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.service.component.annotations</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
@@ -182,11 +184,6 @@
       <artifactId>slf4j-api</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.query</artifactId>
@@ -245,6 +242,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>maven-sling-plugin</artifactId>
         <version>2.1.0</version>
+        <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
@@ -288,6 +286,11 @@
       <scope>provided</scope>
     </dependency>
     <!-- testing -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -414,4 +417,4 @@
       <version>1.4.0</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>