You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/03/25 18:47:51 UTC

tomee git commit: no need of tomcat dep there

Repository: tomee
Updated Branches:
  refs/heads/master befe40deb -> f8c5b36ac


no need of tomcat dep there


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/f8c5b36a
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/f8c5b36a
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/f8c5b36a

Branch: refs/heads/master
Commit: f8c5b36ac3fda73a6fbc816712a29b1b45509e1d
Parents: befe40d
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Fri Mar 25 18:47:26 2016 +0100
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Fri Mar 25 18:47:26 2016 +0100

----------------------------------------------------------------------
 examples/cdi-ejbcontext-jaas/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/f8c5b36a/examples/cdi-ejbcontext-jaas/pom.xml
----------------------------------------------------------------------
diff --git a/examples/cdi-ejbcontext-jaas/pom.xml b/examples/cdi-ejbcontext-jaas/pom.xml
index 2db90f3..6434706 100644
--- a/examples/cdi-ejbcontext-jaas/pom.xml
+++ b/examples/cdi-ejbcontext-jaas/pom.xml
@@ -35,12 +35,6 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.tomcat</groupId>
-      <artifactId>tomcat-catalina</artifactId>
-      <version>8.0.32</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.tomee</groupId>
       <artifactId>javaee-api</artifactId>
       <version>7.0</version>