DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33045>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33045 Summary: shale project xml dependencies Product: Struts Version: Nightly Build Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Sandbox AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Shale is missing some maven library dependencies, changed servlet api dependency to match version in maven repo on ibiblio. Adds jsp-api and commons- chain. Index: C:/eclipse31m4/eclipse/workspace/struts-shale/project.xml =================================================================== --- C:/eclipse31m4/eclipse/workspace/struts-shale/project.xml (revision 124904) +++ C:/eclipse31m4/eclipse/workspace/struts-shale/project.xml (working copy) @@ -136,12 +136,22 @@ <dependency> <groupId>tomcat</groupId> <artifactId>servlet-api</artifactId> - <version>5.0.28</version> + <version>5.0.18</version> <url>http://jakarta.apache.org/tomcat/</url> <properties> <war.bundle>false</war.bundle> </properties> </dependency> + + <dependency> + <groupId>tomcat</groupId> + <artifactId>jsp-api</artifactId> + <version>5.0.18</version> + <url>http://jakarta.apache.org/tomcat/</url> + <properties> + <war.bundle>false</war.bundle> + </properties> + </dependency> <!-- <dependency> @@ -175,8 +185,12 @@ <version>1.1</version> <url>http://java.sun.com/j2ee/javaserverfaces/download.html</url> </dependency> - <dependency> + <groupId>commons-chain</groupId> + <artifactId>commons-chain</artifactId> + <version>1.0</version> + </dependency> + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
