Author: ssmiweve Date: 2009-03-10 12:36:30 +0100 (Tue, 10 Mar 2009) New Revision: 7219
Modified: branches/2.18/pom.xml branches/2.18/war/pom.xml Log: http://permalink.gmane.org/gmane.comp.java.sesat.kernel.devel/243 Modified: branches/2.18/pom.xml =================================================================== --- branches/2.18/pom.xml 2009-03-06 10:54:23 UTC (rev 7218) +++ branches/2.18/pom.xml 2009-03-10 11:36:30 UTC (rev 7219) @@ -867,7 +867,6 @@ <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.3</version> - <scope>provided</scope> </dependency> <dependency> <groupId>velocity</groupId> Modified: branches/2.18/war/pom.xml =================================================================== --- branches/2.18/war/pom.xml 2009-03-06 10:54:23 UTC (rev 7218) +++ branches/2.18/war/pom.xml 2009-03-10 11:36:30 UTC (rev 7219) @@ -160,13 +160,10 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.3</version> - <scope>provided</scope> </dependency> <dependency> <groupId>commons-lang</groupId> _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
