Commit f56963cc87f52f11878e23df28cc2911db793d7d
1 parent
87bf6ee5
remove Lucene's dependency
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
pom.xml
... | ... | @@ -53,11 +53,6 @@ |
53 | 53 | <version>3.1.0-SNAPSHOT</version> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | - <groupId>org.apache.lucene</groupId> | |
57 | - <artifactId>lucene-core</artifactId> | |
58 | - <version>4.3.0</version> | |
59 | - </dependency> | |
60 | - <dependency> | |
61 | 56 | <groupId>xerces</groupId> |
62 | 57 | <artifactId>xercesImpl</artifactId> |
63 | 58 | <version>2.11.0</version> | ... | ... |