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/02/26 12:41:18 UTC

[sling-org-apache-sling-pipes] 06/06: SLING-9126 Update Pax Exam to 4.13.2

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-pipes.git

commit a1b1b3b2e18ba4882e9d45bb6a0fb5483bf04149
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Feb 26 13:40:59 2020 +0100

    SLING-9126 Update Pax Exam to 4.13.2
    
    Update Pax Exam and enable integration tests
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c0d8036..5a9ff6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
   <properties>
     <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.2</org.ops4j.pax.exam.version>
   </properties>
 
   <scm>
@@ -75,6 +75,9 @@
   <profiles>
     <profile>
       <id>integration-tests</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <build>
         <plugins>
           <plugin>