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/03/28 12:58:15 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/02: SLING-9294 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-karaf-launchpad-oak-tar-integration-tests.git

commit 8be17cee534a5196fb89c9e70b762a864f5d213e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 13:40:00 2020 +0100

    SLING-9294 Update Pax Exam to 4.13.3
    
    * Update Pax Exam
    * Remove unused OSGi Compendium dependency
---
 pom.xml | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index bf06fa5..90b0bb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,10 @@
   <name>Apache Sling - Karaf Launchpad Integration Tests (Oak Tar)</name>
   <description>Launchpad Integration Tests for Apache Sling with Oak Tar on Karaf</description>
 
+  <properties>
+    <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
+  </properties>
+
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git</developerConnection>
@@ -52,12 +56,6 @@
       <artifactId>javax.servlet-api</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- OSGi -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi.cmpn</artifactId>
-      <scope>test</scope>
-    </dependency>
     <!-- Apache Jackrabbit -->
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
@@ -111,19 +109,19 @@
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <version>4.13.2</version>
+      <version>${org.ops4j.pax.exam.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-karaf</artifactId>
-      <version>4.13.2</version>
+      <version>${org.ops4j.pax.exam.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-link-mvn</artifactId>
-      <version>4.13.2</version>
+      <version>${org.ops4j.pax.exam.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -188,7 +186,7 @@
         <plugin>
           <groupId>org.ops4j.pax.exam</groupId>
           <artifactId>exam-maven-plugin</artifactId>
-          <version>4.13.2</version>
+          <version>${org.ops4j.pax.exam.version}</version>
         </plugin>
       </plugins>
     </pluginManagement>