jvanzyl 2002/07/09 14:01:45 Modified: . project-b5.xml Log: o Don't need cactus as that will be part of the cactus plugin for maven. Revision Changes Path 1.2 +2 -12 jakarta-turbine-3/project-b5.xml Index: project-b5.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-3/project-b5.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project-b5.xml 9 Jul 2002 18:44:03 -0000 1.1 +++ project-b5.xml 9 Jul 2002 21:01:45 -0000 1.2 @@ -101,14 +101,6 @@ <dependencies> <dependency> - <id>cactus</id> - <version>1.2</version> - </dependency> - <dependency> - <id>cactus-ant</id> - <version>1.2</version> - </dependency> - <dependency> <id>commons-beanutils</id> <version>1.0</version> </dependency> @@ -203,15 +195,13 @@ <version>0.43</version> </dependency> <dependency> - <id>xml-xerces</id> + <id>xerces</id> <version>2.0.0</version> - <jar>xercesImpl-2.0.0.jar</jar> </dependency> <!-- Packaged EntityResolver conflicts with the one in Xerces 1.4.4 --> <dependency> <id>xml-apis</id> - <version>2.0.0</version> - <jar>xmlParserAPIs-2.0.0.jar</jar> + <version>2.0.2</version> </dependency> <dependency> <id>commons-jxpath</id>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>