mirror of https://github.com/apache/lucene.git
SOLR-5729: Update a couple dependencies.
SOLR-5605: MapReduceIndexerTool fails in some locales -- seen in random failures of MapReduceIndexerToolArgumentParserTest git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
71e638ce68
commit
25ae832ffc
|
@ -21,7 +21,7 @@ com.codahale.metrics.version = 3.0.1
|
|||
/com.cybozu.labs/langdetect = 1.1-20120112
|
||||
/com.drewnoakes/metadata-extractor = 2.6.2
|
||||
|
||||
com.fasterxml.jackson.core.version = 2.2.3
|
||||
com.fasterxml.jackson.core.version = 2.3.1
|
||||
/com.fasterxml.jackson.core/jackson-annotations = ${com.fasterxml.jackson.core.version}
|
||||
/com.fasterxml.jackson.core/jackson-core = ${com.fasterxml.jackson.core.version}
|
||||
/com.fasterxml.jackson.core/jackson-databind = ${com.fasterxml.jackson.core.version}
|
||||
|
@ -77,8 +77,8 @@ com.sun.jersey.version = 1.8
|
|||
/mecab/mecab-ipadic = 2.7.0-20070801
|
||||
/mecab/mecab-naist-jdic = 0.6.3b-20111013
|
||||
/net.arnx/jsonic = 1.2.7
|
||||
/net.sf.saxon/Saxon-HE = 9.5.1-3
|
||||
/net.sourceforge.argparse4j/argparse4j = 0.4.0
|
||||
/net.sf.saxon/Saxon-HE = 9.5.1-4
|
||||
/net.sourceforge.argparse4j/argparse4j = 0.4.3
|
||||
/net.sourceforge.nekohtml/nekohtml = 1.9.17
|
||||
/org.antlr/antlr-runtime = 3.5
|
||||
/org.apache.ant/ant = 1.8.2
|
||||
|
|
Loading…
Reference in New Issue