Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv1366

Modified Files:
        pom.xml 
Log Message:
rationalized dependency managment a bit, because it was not quite wokring 
everywhere. Added a 'servlet25' profile.


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===================================================================
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- pom.xml     28 Apr 2009 15:17:43 -0000      1.20
+++ pom.xml     29 Apr 2009 07:02:39 -0000      1.21
@@ -153,39 +153,32 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>${jsp.groupId}</groupId>
       <artifactId>jsp-api</artifactId>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
-      <scope>compile</scope>
     </dependency>
-    <!-- the dependency on standard taglibs can be dropped when going to jstl 
1.2 -->
     <dependency>
       <groupId>taglibs</groupId>
       <artifactId>standard</artifactId>
-      <scope>compile</scope>
     </dependency>
+
     <!--
     <dependency>
       <groupId>javax.portlet</groupId>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to