You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/04/01 07:03:10 UTC

[sling-org-apache-sling-testing-paxexam] 02/02: SLING-9128 Update Pax Exam to 4.13.3

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-testing-paxexam.git

commit 903526b1558fd6b4ec563fcadb44532498f5d5ac
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Apr 1 09:03:01 2020 +0200

    SLING-9128 Update Pax Exam to 4.13.3
    
    * Update Pax Exam
    * Use proper OSGi dependencies
    * Update Pax URL Wrap
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4151223..5e58855 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <sling.java.version>8</sling.java.version>
-    <org.ops4j.pax.exam.version>4.13.1</org.ops4j.pax.exam.version>
+    <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
   </properties>
 
   <scm>
@@ -102,7 +102,7 @@
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>osgi.cmpn</artifactId>
+      <artifactId>org.osgi.service.cm</artifactId>
       <scope>provided</scope>
     </dependency>
     <!-- Apache Felix -->
@@ -161,7 +161,7 @@
     <dependency>
       <groupId>org.ops4j.pax.url</groupId>
       <artifactId>pax-url-wrap</artifactId>
-      <version>2.6.1</version>
+      <version>2.6.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>