From: Konstantin P. <ko...@us...> - 2006-08-25 16:14:05
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9859/plugin-web Modified Files: pom.xml Log Message: syncronize laptop Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 24 Aug 2006 18:21:56 -0000 1.1 --- pom.xml 25 Aug 2006 16:13:58 -0000 1.2 *************** *** 18,21 **** --- 18,29 ---- </plugins> </build> + <dependencies> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.3</version> + <scope>test</scope> + </dependency> + </dependencies> <properties> <xdoclet.plugin.namespace>web</xdoclet.plugin.namespace> |