Why is your app tied that closely to Solr? I can understand if you are talking about SolrJ, but normal usage you use a different application in a different JVM from Solr.
Upayavira On Tue, May 26, 2015, at 05:14 AM, Robust Links wrote: > I am stuck in Yet Another Jarmagedon of SOLR. this is a basic question. i > noticed solr 5.0 is using guava 14.0.1. My app needs guava 18.0. What is > the pattern to override a jar version uploaded into jetty? > > I am using maven, and solr is being started the old way > > java -jar start.jar > -Dsolr.solr.home=... > -Djetty.home=... > > I tried to edit jetty's start.config (then run java > -DSTART=/my/dir/start.config > -jar start.jar) but got no where... > > any help would be much appreciated > > Peyman