[EMAIL PROTECTED] pisze:
Author: cziegeler
Date: Tue Aug 7 11:37:04 2007
New Revision: 563610
URL: http://svn.apache.org/viewvc?view=rev&rev=563610
Log:
Add missing dependency.
Modified:
cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-charsets/pom.xml
Modified:
cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-charsets/pom.xml
URL:
http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-charsets/pom.xml?view=diff&rev=563610&r1=563609&r2=563610
==============================================================================
--- cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-charsets/pom.xml
(original)
+++ cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-charsets/pom.xml
Tue Aug 7 11:37:04 2007
@@ -49,6 +49,10 @@
<dependencies>
<dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
Shouldn't this dependency had scope "provided"?
--
Grzegorz Kossakowski
http://reflectingonthevicissitudes.wordpress.com/