Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
fix for #4. Still need to figure out how to update manifest from maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kan committed Oct 17, 2014
1 parent 1167ada commit bb5a4de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<version>${lucene.version}</version>
</dependency>

<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-codecs</artifactId>
<version>4.8.0</version>
</dependency>

<!-- SOLR -->

<dependency>
Expand Down

0 comments on commit bb5a4de

Please sign in to comment.