From: <no...@us...> - 2003-08-11 15:30:00
|
Log Message: ----------- Added jelly dependencies back in now that 1.2.3 is released Modified Files: -------------- /cvsroot/htmlunit/htmlunit: project.xml Revision Data ------------- Index: project.xml =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- project.xml 31 Jul 2003 23:18:17 -0000 1.26 +++ project.xml 11 Aug 2003 15:19:30 -0000 1.27 @@ -126,7 +126,7 @@ <htmlunit.description>Additional support for testing</htmlunit.description> </properties> </dependency> -<!-- + <dependency> <groupId>commons-jelly</groupId> <artifactId>commons-jelly</artifactId> @@ -197,7 +197,7 @@ <htmlunit.description>Javabean support</htmlunit.description> </properties> </dependency> ---> + <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> |