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

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

commit c33d7edd548326365910ebbafe5c7b0fbfece6c3
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Aug 28 22:22:56 2022 +0200

    SLING-11554 Update to Sling Bundle Parent 49
    
    rearrange version and mandatory scope
---
 pom.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index c31c366..9a56f57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,27 +181,27 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>7.0.5</version>
       <scope>test</scope>
+      <version>7.0.5</version>
     </dependency>
     <!-- Apache Sling -->
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.api</artifactId>
-      <version>2.11.0</version>
       <scope>provided</scope>
+      <version>2.11.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.serviceusermapper</artifactId>
-      <version>1.2.4</version>
       <scope>provided</scope>
+      <version>1.2.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
       <scope>test</scope>
+      <version>4.0.0-SNAPSHOT</version>
     </dependency>
     <!-- nullability -->
     <dependency>
@@ -224,8 +224,8 @@
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest</artifactId>
-      <version>2.2</version>
       <scope>test</scope>
+      <version>2.2</version>
     </dependency>
     <dependency>
       <groupId>org.awaitility</groupId>
@@ -236,32 +236,32 @@
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <version>${org.ops4j.pax.exam.version}</version>
       <scope>test</scope>
+      <version>${org.ops4j.pax.exam.version}</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-cm</artifactId>
-      <version>${org.ops4j.pax.exam.version}</version>
       <scope>test</scope>
+      <version>${org.ops4j.pax.exam.version}</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-forked</artifactId>
-      <version>${org.ops4j.pax.exam.version}</version>
       <scope>test</scope>
+      <version>${org.ops4j.pax.exam.version}</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-junit4</artifactId>
-      <version>${org.ops4j.pax.exam.version}</version>
       <scope>test</scope>
+      <version>${org.ops4j.pax.exam.version}</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-link-mvn</artifactId>
-      <version>${org.ops4j.pax.exam.version}</version>
       <scope>test</scope>
+      <version>${org.ops4j.pax.exam.version}</version>
     </dependency>
   </dependencies>
 

Reply via email to