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 2020/09/04 13:29:20 UTC

[sling-whiteboard] 04/04: Add instance-stopper to the reactor

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 <ro...@apache.org>
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>