Update of /var/cvs/all/maven-base
In directory james.mmbase.org:/tmp/cvs-serv5600
Modified Files:
pom.xml
Log Message:
most dependencies should default be default only 'provided' otherwise all
applications include them in the war-overlay
See also: http://cvs.mmbase.org/viewcvs/all/maven-base
Index: pom.xml
===================================================================
RCS file: /var/cvs/all/maven-base/pom.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- pom.xml 23 Apr 2009 14:27:24 -0000 1.21
+++ pom.xml 24 Apr 2009 07:57:11 -0000 1.22
@@ -285,7 +285,7 @@
<target>1.5</target>
<maxmem>256M</maxmem>
<fork>${compiler.fork}</fork>
- <showDeprecation>true</showDeprecation>
+ <showDeprecation>false</showDeprecation>
</configuration>
</plugin>
<plugin>
@@ -572,17 +572,20 @@
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>${jstl.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>${taglib-standard.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
@@ -618,6 +621,7 @@
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
@@ -628,6 +632,7 @@
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.1</version>
+ <scope>provided</scope>
</dependency>
<dependency>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs