From: Vlad S. <vl...@us...> - 2005-04-29 21:24:06
|
Update of /cvsroot/jtidy/jtidyservlet-webapp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14217 Modified Files: project.xml Log Message: Struts and tiles tests. Index: project.xml =================================================================== RCS file: /cvsroot/jtidy/jtidyservlet-webapp/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 30 Nov 2004 06:03:56 -0000 1.8 +++ project.xml 29 Apr 2005 21:23:58 -0000 1.9 @@ -184,6 +184,36 @@ </properties> </dependency> <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.7.0</version> + <url>http://jakarta.apache.org/commons/beanutils/</url> + <properties> + <war.bundle>true</war.bundle> + <comment>Required by struts</comment> + </properties> + </dependency> + <dependency> + <groupId>commons-digester</groupId> + <artifactId>commons-digester</artifactId> + <version>1.6</version> + <url>http://jakarta.apache.org/commons/digester/</url> + <properties> + <war.bundle>true</war.bundle> + <comment>Required by struts</comment> + </properties> + </dependency> + <dependency> + <groupId>commons-validator</groupId> + <artifactId>commons-validator</artifactId> + <version>1.1.4</version> + <url>http://jakarta.apache.org/commons/validator/</url> + <properties> + <war.bundle>true</war.bundle> + <comment>Required by struts</comment> + </properties> + </dependency> + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.8</version> |