Hi Steve, When Stanisław committed SOLR-2448 to branch_3x in r1103746, he removed the > dependency on the library that contains the missing class > org.simpleframework.xml.Root: > > > - <dependency> > > - <groupId>org.simpleframework</groupId> > > - <artifactId>simple-xml</artifactId> > > - <version>2.3.5</version> > > - </dependency> > > Stanisław, were you expecting that this dependency would be resolved > transitively? If so, there seems to be a problem, because when I run "mvn > dependency:resolve -X", simple-xml is not listed. >
> The simplest solution here, AFAICT, is to restore the simple-xml > dependency. When I do that, the build succeeds. > My fault, please go ahead and add it back (a newer version is required though): <dependency> <groupId>org.simpleframework</groupId> <artifactId>simple-xml</artifactId> <version>2.4.1</version> </dependency> I'm assuming trunk does not suffer from this issue? Staszek
