mirror of https://github.com/apache/lucene.git
Get the deps right!
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@812741 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ebb3d5b2e
commit
a4d69ca427
|
@ -39,7 +39,12 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.tika</groupId>
|
||||
<artifactId>tika</artifactId>
|
||||
<artifactId>tika-core</artifactId>
|
||||
<version>0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tika</groupId>
|
||||
<artifactId>tika-parsers</artifactId>
|
||||
<version>0.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue