[Httpunit-commit] SF.net SVN: httpunit:[1003] trunk/httpunit/pom.xml
Brought to you by:
russgold
|
From: <wol...@us...> - 2008-11-14 18:59:42
|
Revision: 1003
http://httpunit.svn.sourceforge.net/httpunit/?rev=1003&view=rev
Author: wolfgang_fahl
Date: 2008-11-14 18:59:38 +0000 (Fri, 14 Nov 2008)
Log Message:
-----------
jetty comment fixed
Modified Paths:
--------------
trunk/httpunit/pom.xml
Modified: trunk/httpunit/pom.xml
===================================================================
--- trunk/httpunit/pom.xml 2008-11-13 23:36:57 UTC (rev 1002)
+++ trunk/httpunit/pom.xml 2008-11-14 18:59:38 UTC (rev 1003)
@@ -168,9 +168,9 @@
<artifactId>mail</artifactId>
<version>1.4</version>
<scope>test</scope>
- <!--- Jetty libraries needed for Testing BR [ 2264431 ] form.submit() sends multiple HTTP POSTS
</dependency>
- <dependency>
+ <!--- Jetty libraries needed for Testing BR [ 2264431 ] form.submit() sends multiple HTTP POSTS
+ <dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>6.1.4</version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|