This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch fix/fix-reactor in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit f8bca4c0bdd5bdd35489817385a087ec13654d55 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Nov 7 00:04:06 2024 +0100 fix: remove non-existent module from reactor --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0359b47d..d3377fae 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,6 @@ <module>maven-central-source-reporter</module> <module>SlingModelPersist</module> <module>starter-system-info</module> - <module>metrics-prometheus</module> <module>saml-example</module> <module>hc-resource</module> <module>instance-stopper</module>
