George Franciscus wrote:
The build is failing because the following dependency versions are not correct in project.xml. In both cases it needs "-20040521" in the version tag. <dependency><groupId>jspapi</groupId> <artifactId>jsp-api</artifactId> <version>2.0-20040521</version> <type>jar</type> <url>http://java.sun.com/products/jsp</url> <properties> <war.bundle>false</war.bundle> </properties> </dependency><dependency> <groupId>servletapi</groupId> <artifactId>servletapi</artifactId> <version>2.4-20040521</version> <type>jar</type> <url>http://java.sun.com/products/servlet</url> </dependency>
Hi George Thanks, fixed in CVS. Cheers Ben ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Home: http://acegisecurity.sourceforge.net Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
