This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new dbb7987 Include this module in the build
dbb7987 is described below
commit dbb798731176731ebb0a4251b140d06ab19631fe
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Mon Mar 4 14:24:37 2019 +0000
Include this module in the build
---
examples/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/examples/pom.xml b/examples/pom.xml
index 9f155ec..86068f7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -92,6 +92,7 @@
<module>injection-of-env-entry</module>
<module>interceptors</module>
<module>javamail</module>
+ <module>jaxrs-filter</module>
<module>jpa-eclipselink</module>
<module>jpa-hibernate</module>
<module>jpa-enumerated</module>