summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndreas Baumann <andreas.baumann@eurospider.com>2020-02-26 07:34:48 +0100
committerAndreas Baumann <andreas.baumann@eurospider.com>2020-02-26 07:34:48 +0100
commit169853692017480d065208cb768b83f1014cf68a (patch)
tree3b362fdcde4535512f3934febf3ba72866cdd49c /pom.xml
parent96fbfca3b09682b61220cfe7f8f5071781eb365b (diff)
downloadLuceneAnalyzer-master.tar.gz
LuceneAnalyzer-master.tar.bz2
added jargs, made it build again, but it bases on a really old Lucene 3.5.0, soHEADmaster
it's no longer of any use for modern Lucene/SolR/ElasticSearch
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index f7b3fe2..1b3a9cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,9 +12,9 @@
<version>3.5.0</version>
</dependency>
<dependency>
- <groupId>jargs</groupId>
- <artifactId>jargs</artifactId>
- <version>1.0.0</version>
+ <groupId>jargs.gnu</groupId>
+ <artifactId>jargs-gnu</artifactId>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>