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 2020/07/22 10:37:12 UTC

[tomee] branch master updated: Temporarily remove the security module

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 e16a41a  Temporarily remove the security module
e16a41a is described below

commit e16a41a6a8a454b892a07e0f83684a8374138e6c
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Jul 22 11:36:32 2020 +0100

    Temporarily remove the security module
---
 tomee/tomee-webapp/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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>