solrj has a dependency on wstx-asl. I've successfully used Solr 1.4 maven artifacts for a while and the wstx-asl dependency had the wrong groupId so it's always been missing in my application, but it has still worked fine. Is wstx-asl really needed? Is it only needed in certain circumstances? Is it safe for my application to not include that jar or artifact?
/Tim