> > 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> >
One more thing: SimpleXML is required during compilation (annotations), but it's not needed when running clustering within Solr. So I think a dependency with the "compile" scope should do too. S.
