Skip to content

Commit

Permalink
TIKA-2971 revert https -> http for sourceforge models
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Oct 22, 2019
1 parent 849fc38 commit 76400eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def downloadFile(String urlStr, File file) {
}
}

def urlPrefix = "https://opennlp.sourceforge.net/models-1.5"
def urlPrefix = "http://opennlp.sourceforge.net/models-1.5"
def prefixPath = "src/test/resources/org/apache/tika/parser/ner/opennlp/"
def ageUrlPrefix = "https://raw.githubusercontent.com/USCDataScience/AgePredictor/master/model"
def agePrefixPath = "src/test/resources/org/apache/tika/parser/recognition/"
Expand Down

0 comments on commit 76400eb

Please sign in to comment.