This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch feature/new-modules in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit 9d8f1e587b608298fe0cbf90205b52d90b049bae Author: Robert Munteanu <[email protected]> AuthorDate: Fri Sep 4 15:28:51 2020 +0200 Add instance-stopper to the reactor --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 2d75e14..bbd4023 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,7 @@ <module>saml-handler</module> <module>saml-example</module> <module>hc-resource</module> + <module>instance-stopper</module> </modules> </project>
