You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/01/10 12:22:08 UTC

[10/16] struts git commit: Drops duplicated and unused dependencies

Drops duplicated and unused dependencies


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

Branch: refs/heads/support-2-3
Commit: db318c2116f74559a22c6854ea6aeaeca36dd298
Parents: 696e566
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Sat Dec 19 10:13:10 2015 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Sat Dec 19 10:13:10 2015 +0100

----------------------------------------------------------------------
 plugins/tiles/pom.xml | 13 -------------
 pom.xml               | 10 ----------
 2 files changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/db318c21/plugins/tiles/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml
index 2642b07..4f9d440 100644
--- a/plugins/tiles/pom.xml
+++ b/plugins/tiles/pom.xml
@@ -49,14 +49,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.tiles</groupId>
-            <artifactId>tiles-servlet-wildcard</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tiles</groupId>
-            <artifactId>tiles-jsp</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tiles</groupId>
             <artifactId>tiles-freemarker</artifactId>
         </dependency>
         <dependency>
@@ -68,11 +60,6 @@
             <artifactId>tiles-el</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>jsp-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>org.glassfish</groupId>
             <artifactId>javax.el</artifactId>
             <optional>true</optional>

http://git-wip-us.apache.org/repos/asf/struts/blob/db318c21/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f6b5ada..afa95f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -690,16 +690,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.tiles</groupId>
-                <artifactId>tiles-servlet-wildcard</artifactId>
-                <version>${tiles.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.tiles</groupId>
-                <artifactId>tiles-jsp</artifactId>
-                <version>${tiles.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.tiles</groupId>
                 <artifactId>tiles-freemarker</artifactId>
                 <version>${tiles.version}</version>
             </dependency>