This is an automated email from the ASF dual-hosted git repository.
jlmonteiro 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 5c365dc Keep the module so it builds but don't include in the box
5c365dc is described below
commit 5c365dce5b5d829ca95d11f72d2280f6d3988d4f
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Fri Jul 10 11:24:32 2020 +0200
Keep the module so it builds but don't include in the box
---
tomee/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tomee/pom.xml b/tomee/pom.xml
index 2016ce2..a8aa721 100644
--- a/tomee/pom.xml
+++ b/tomee/pom.xml
@@ -53,7 +53,7 @@
<module>tomee-juli</module>
<module>tomee-overlay-runner</module>
<!--<module>tomee-deb</module>-->
- <!--<module>tomee-security</module>-->
+ <module>tomee-security</module>
</modules>