mirror of https://github.com/percyliang/sempre
Fixed the broken dependency
This commit is contained in:
parent
1cec9ea0ab
commit
8ba98924d4
|
|
@ -139,7 +139,7 @@ addModule('core', 'Core utilities (need to compile)', lambda {
|
|||
pull('/u/nlp/data/semparse/resources/jackson-databind-2.2.0.jar')
|
||||
|
||||
# jLine from maven central
|
||||
pull('http://central.maven.org/maven2/jline/jline/2.14.2/jline-2.14.2.jar')
|
||||
pull('https://repo1.maven.org/maven2/jline/jline/2.14.6/jline-2.14.6.jar')
|
||||
})
|
||||
|
||||
addModule('corenlp', 'Stanford CoreNLP 3.6.0', lambda {
|
||||
|
|
|
|||
Loading…
Reference in New Issue