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

bdelacretaz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git


The following commit(s) were added to refs/heads/master by this push:
     new bc92377  SLING-9542, Unable to use junit categories with sling junit 
core   - export org.junit.experimental.categories.* and     
org.junit.validator.*
     new f32c03e  Merge pull request #3 from nitin-nizhawan/SLING9542
bc92377 is described below

commit bc92377d4d10ebd4842287533c298f4cd153b99c
Author: Nitin Nizhawan <[email protected]>
AuthorDate: Mon Jun 22 19:35:49 2020 +0530

    SLING-9542, Unable to use junit categories with sling junit core
      - export org.junit.experimental.categories.* and
        org.junit.validator.*
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 27b283f..6341b1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,8 @@
                             org.junit.rules.*;version=${junit.version},
                             org.junit.runner.*;version=${junit.version},
                             org.junit.runners.*;version=${junit.version},
+                            
org.junit.experimental.categories.*;version=${junit.version},
+                            org.junit.validator.*;version=${junit.version},
                             org.hamcrest;version=${hamcrest.version},
                             org.hamcrest.*;version=${hamcrest.version}
                         </_exportcontents>

Reply via email to