Author: mrdon
Date: Sat Feb 10 00:14:34 2007
New Revision: 505651

URL: http://svn.apache.org/viewvc?view=rev&rev=505651
Log:
Removing unnecessary dependencies
WW-1726

Modified:
    
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml

Modified: 
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?view=diff&rev=505651&r1=505650&r2=505651
==============================================================================
--- 
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
 Sat Feb 10 00:14:34 2007
@@ -36,13 +36,6 @@
             <version>2.0.5</version>
         </dependency>
 
-               <!-- Freemarker -->
-               <dependency>
-                       <groupId>freemarker</groupId>
-                       <artifactId>freemarker</artifactId>
-                       <version>2.3.4</version>
-               </dependency>
-
                <!-- Servlet & Jsp -->
                <dependency>
                        <groupId>javax.servlet</groupId>
@@ -59,11 +52,6 @@
 
                <!-- Jakarta Commons -->
                <dependency>
-                       <groupId>commons-logging</groupId>
-                       <artifactId>commons-logging</artifactId>
-                       <version>1.0.4</version>
-               </dependency>
-               <dependency>
                        <groupId>commons-fileupload</groupId>
                        <artifactId>commons-fileupload</artifactId>
                        <version>1.1.1</version>
@@ -75,45 +63,6 @@
                        <artifactId>dwr</artifactId>
                        <version>1.1-beta-3</version>
                </dependency>
-
-               <!-- SiteMesh -->
-               <dependency>
-                       <groupId>opensymphony</groupId>
-                       <artifactId>sitemesh</artifactId>
-                       <version>2.2.1</version>
-               </dependency>
-
-               <!-- Spring -->
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-beans</artifactId>
-                       <version>1.2.8</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-core</artifactId>
-                       <version>1.2.8</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-context</artifactId>
-                       <version>1.2.8</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-web</artifactId>
-                       <version>1.2.8</version>
-               </dependency>
-
-        <!-- JasperReports is available under
-             the GPL,  LGPL, and commercial licenses.
-             http://www.jaspersoft.com/pr_licensing.html
-        <dependency>
-            <groupId>jasperreports</groupId>
-            <artifactId>jasperreports</artifactId>
-            <version>1.2.1</version>
-        </dependency>
-        -->
     </dependencies>
        
     <build>


Reply via email to