You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2015/09/25 11:34:10 UTC

svn commit: r1705262 - /sling/trunk/testing/pom.xml

Author: rombert
Date: Fri Sep 25 09:34:10 2015
New Revision: 1705262

URL: http://svn.apache.org/viewvc?rev=1705262&view=rev
Log:
SLING-5063 - Create a set of Hamcrest matchers for JUnit tests

Add the hamcrest module to the testing reactor.

Modified:
    sling/trunk/testing/pom.xml

Modified: sling/trunk/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/pom.xml?rev=1705262&r1=1705261&r2=1705262&view=diff
==============================================================================
--- sling/trunk/testing/pom.xml (original)
+++ sling/trunk/testing/pom.xml Fri Sep 25 09:34:10 2015
@@ -47,6 +47,7 @@
 
   <modules>
     <module>tools</module>
+    <module>hamcrest</module>
     <module>junit/core</module>
     <module>junit/scriptable</module>
     <module>junit/healthcheck</module>