You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2018/09/08 13:38:51 UTC

[sling-site] branch master updated: hamcrest integration was released long ago

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dc2174a  hamcrest integration was released long ago
dc2174a is described below

commit dc2174aa70ccc8f4b2dfe893547dac7e24522438
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Sat Sep 8 15:38:41 2018 +0200

    hamcrest integration was released long ago
---
 src/main/jbake/content/documentation/development/hamcrest.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/main/jbake/content/documentation/development/hamcrest.md b/src/main/jbake/content/documentation/development/hamcrest.md
index a032236..976ea95 100644
--- a/src/main/jbake/content/documentation/development/hamcrest.md
+++ b/src/main/jbake/content/documentation/development/hamcrest.md
@@ -8,17 +8,13 @@ Deeper integration with the [Hamcrest matcher library](http://hamcrest.org/).
 
 ## Maven Dependency
 
-<div class="warning">
-This module has not yet been officially released.
-</div>
-
     #!xml
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.hamcrest</artifactId>
     </dependency>
 
-Note that to keep the classpath consistent this module has all its dependencies marked as `provided`. It relies on your own project to define the needed dependencies, such as `org.hamcrest:hamcrest-core` and `org.apache.sling:org.apache.sling.api` .
+Note that to keep the classpath consistent this module has all its dependencies marked as `provided` (except hamcrest). It relies on your own project to define the needed dependencies, such as `org.apache.sling:org.apache.sling.api`.
 
 See latest version on the [downloads page](/downloads.cgi).