Skip to content

Commit

Permalink
Include fast vector highlighter plugin in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nesteffe committed Apr 24, 2012
1 parent 4227051 commit 0f87406
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -72,6 +72,11 @@
<artifactId>tika-core</artifactId>
<version>${tika-version}</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-fast-vector-highlighter</artifactId>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
Expand Down

0 comments on commit 0f87406

Please sign in to comment.