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 2022/08/27 11:21:20 UTC

[sling-org-apache-sling-testing-paxexam] 01/02: SLING-11520 Provision junit and hamcrest options by default

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 0a486f2904979bc3b3a574b56de7568a045528b7
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Aug 27 13:06:28 2022 +0200

    SLING-11520 Provision junit and hamcrest options by default
    
    revert as Pax Exam 4.13 fails with newer JUnit and Hamcrest versions
---
 src/main/java/org/apache/sling/testing/paxexam/TestSupport.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/sling/testing/paxexam/TestSupport.java b/src/main/java/org/apache/sling/testing/paxexam/TestSupport.java
index 610a4af..9ac9796 100644
--- a/src/main/java/org/apache/sling/testing/paxexam/TestSupport.java
+++ b/src/main/java/org/apache/sling/testing/paxexam/TestSupport.java
@@ -87,9 +87,7 @@ public abstract class TestSupport {
             paxTinybundles(),
             backing(),
             spifly(),
-            jacoco(),
-            junit(),
-            hamcrest()
+            jacoco()
         );
     }