mirror of https://github.com/apache/lucene.git
Fix issue with non-Rails environment from
require 'solr' Reported by Ed Summers (edsu). git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed0f589bae
commit
42ec4b2acc
|
@ -11,7 +11,6 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
require 'net/http'
|
require 'net/http'
|
||||||
include REXML
|
|
||||||
|
|
||||||
module Solr
|
module Solr
|
||||||
class Connection
|
class Connection
|
||||||
|
|
Loading…
Reference in New Issue