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 df40ac5 Temporarily disable this module
df40ac5 is described below
commit df40ac598b2c02c653211a0614827b72f00f81f0
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Fri Jul 10 09:47:52 2020 +0100
Temporarily disable this module
---
tomee/pom.xml | 2 +-
tomee/tomee-webapp/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tomee/pom.xml b/tomee/pom.xml
index a8aa721..2016ce2 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>
diff --git a/tomee/tomee-webapp/pom.xml b/tomee/tomee-webapp/pom.xml
index cd30e74..c1a912c 100644
--- a/tomee/tomee-webapp/pom.xml
+++ b/tomee/tomee-webapp/pom.xml
@@ -384,7 +384,7 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
+ <!--<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tomee-security</artifactId>
<version>${project.version}</version>
@@ -395,6 +395,6 @@
<artifactId>javaee-api</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency>-->
</dependencies>
</project>