You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2022/04/26 10:13:36 UTC

[tomee] 02/02: Add properties provider example to the build

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 <jo...@jrg.me.uk>
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>