Author: sgoeschl
Date: Mon Mar 23 18:47:50 2009
New Revision: 757497

URL: http://svn.apache.org/viewvc?rev=757497&view=rev
Log:
Removing duplicated depedency declaration

Modified:
    turbine/fulcrum/trunk/parser/pom.xml

Modified: turbine/fulcrum/trunk/parser/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/pom.xml?rev=757497&r1=757496&r2=757497&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parser/pom.xml (original)
+++ turbine/fulcrum/trunk/parser/pom.xml Mon Mar 23 18:47:50 2009
@@ -84,21 +84,6 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-fileupload</groupId>
-      <artifactId>commons-fileupload</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.3.1</version>
-    </dependency>
-    <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
       <version>3.1</version>
@@ -123,11 +108,6 @@
       <artifactId>fulcrum-factory</artifactId>
       <version>1.0.4-SNAPSHOT</version>
     </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.3</version>
-    </dependency>    
     <!-- testing dependencies -->
     <dependency>
       <groupId>org.apache.fulcrum</groupId>


Reply via email to