This is an automated email from the ASF dual-hosted git repository. jgallimore pushed a commit to branch tomee-8.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 8d6f5a59397eec5413659d3ce0698ef317ac88eb Author: Jonathan Gallimore <[email protected]> AuthorDate: Tue Apr 26 11:13:04 2022 +0100 Add properties provider example to the build --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index 456d3433a3..e068c6cc79 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -222,6 +222,7 @@ <module>mp-faulttolerance-timeout</module> <module>xa-datasource</module> <module>websocket-jms</module> + <module>properties-provider</module> <!-- Jakarta Security Examples --> <module>security-tomcat-user-identitystore</module>
