Skip to content

Commit

Permalink
Upgrade lucene to 7.5.0 (refs #72)
Browse files Browse the repository at this point in the history
Also, remove `lucene-core` explicit dependency, as it's internally required by `lucene-analyzers-common`.
  • Loading branch information
michelole committed Dec 7, 2018
1 parent 81cb1b0 commit 108e825
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,18 +312,11 @@
<version>4.3.5</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.lucene/lucene-core -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>6.6.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.lucene/lucene-analyzers-common -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>6.6.0</version>
<version>7.5.0</version>
</dependency>

<!-- END added for deeplearning4j -->
Expand Down

0 comments on commit 108e825

Please sign in to comment.