I am getting this now: [WARNING] Unable to create Maven project from repository for artifact org.apache.struts:struts2-json-plugin:jar:2.3.16-SNAPSHOT org.apache.maven.project.InvalidProjectModelException: Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.easytesting:fest-assert:jar is missing. @ line 100, column 21 for project
The pom.xml doesn't show any version number, guess it's also not inherited Am 04.09.13 08:50, schrieb [email protected]: > Author: lukaszlenart > Date: Wed Sep 4 06:50:12 2013 > New Revision: 1519917 > > URL: http://svn.apache.org/r1519917 > Log: > Adds FEST assert to simplify testing > > Modified: > struts/struts2/trunk/plugins/json/pom.xml > struts/struts2/trunk/pom.xml > > Modified: struts/struts2/trunk/plugins/json/pom.xml > URL: > http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/json/pom.xml?rev=1519917&r1=1519916&r2=1519917&view=diff > ============================================================================== > --- struts/struts2/trunk/plugins/json/pom.xml (original) > +++ struts/struts2/trunk/plugins/json/pom.xml Wed Sep 4 06:50:12 2013 > @@ -97,5 +97,11 @@ > <scope>test</scope> > </dependency> > > + <dependency> > + <groupId>org.easytesting</groupId> > + <artifactId>fest-assert</artifactId> > + <scope>tewst</scope> > + </dependency> > + > </dependencies> > </project> > > Modified: struts/struts2/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1519917&r1=1519916&r2=1519917&view=diff > ============================================================================== > --- struts/struts2/trunk/pom.xml (original) > +++ struts/struts2/trunk/pom.xml Wed Sep 4 06:50:12 2013 > @@ -775,6 +775,13 @@ > </dependency> > > <dependency> > + <groupId>org.easytesting</groupId> > + <artifactId>fest-assert</artifactId> > + <version>1.4</version> > + <scope>test</scope> > + </dependency> > + > + <dependency> > <groupId>jmock</groupId> > <artifactId>jmock-cglib</artifactId> > <version>1.2.0</version> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
