[ http://jira.codehaus.org/browse/MEV-382?page=all ] fabrizio giustina closed MEV-382: ---------------------------------
Resolution: Cannot Reproduce Displaytag 1.1 DOES specify a version for the beanutils dependency. All the versions are inherited from the dependency management section of the parent pom (displaytag-doc): <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> </dependency> Are you using maven to build your web application? You don't get the commons-beanutils-1.7 jar in WEB-INF/lib after running mvn clean install ? > Display tag does not specify a version for beanutils, but appears to need 1.7+ > ------------------------------------------------------------------------------ > > Key: MEV-382 > URL: http://jira.codehaus.org/browse/MEV-382 > Project: Maven Evangelism > Type: Bug > Components: Invalid POM > Reporter: K.C. Baltz > Assignee: fabrizio giustina > > > We tried upgrading our displaytag in our project today and kept getting > NoClassDefFound errors for NestedNullException. According to the Javadoc, > that class was added in vesrion 1.7 of commons-beanutils. The Pom for > displaytag-1.1 doesn't specify a version. It seems to me it needs to say > 1.7. Otherwise I'm guessing Maven will grab whatever version is already in > the project, which I think was 1.6.1 since that's what Struts wants. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira