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 2f5b726  This dependency shouldn't be required
2f5b726 is described below

commit 2f5b72683240bb48e818b8d915e53c9a360bf293
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Thu Apr 9 15:31:36 2020 +0100

    This dependency shouldn't be required
---
 examples/moviefun/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/examples/moviefun/pom.xml b/examples/moviefun/pom.xml
index 7429c46..c46bbe7 100644
--- a/examples/moviefun/pom.xml
+++ b/examples/moviefun/pom.xml
@@ -147,22 +147,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jstl</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.tomee</groupId>
       <artifactId>openejb-core</artifactId>
       <version>8.0.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>taglibs</groupId>
-      <artifactId>standard</artifactId>
-      <version>1.1.2</version>
-    </dependency>
-    <dependency>
       <groupId>net.sourceforge.htmlunit</groupId>
       <artifactId>htmlunit</artifactId>
       <version>2.8</version>

Reply via email to