You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2020/12/03 15:29:19 UTC

[myfaces-tobago] 04/04: Removed unnecessary jstl dependency

This is an automated email from the ASF dual-hosted git repository.

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit b79b3f7b29b1e8dbf5ee198e25a68f57b6ce377a
Author: Carsten Dimmek <ca...@irian.eu>
AuthorDate: Thu Dec 3 16:07:37 2020 +0100

    Removed unnecessary jstl dependency
---
 tobago-example/tobago-example-spring-boot/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index a91097a..44a1827 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -134,11 +134,6 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
         </dependency>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>jstl</artifactId>
-            <version>1.2</version>
-        </dependency>
         <dependency> <!-- add JAXB to run the demo with Java 11 and higher -->
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>