summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-02-04 22:03:56 +0100
committerAndreas Baumann <abaumann@yahoo.com>2012-02-04 22:03:56 +0100
commit8eb64ba1d0f3e62b15166f28c484f60ca0b9f1ef (patch)
tree69e5bf837001c8ad4275debaffffcbfbbadd422b /pom.xml
parentf5b881b920ae9ed2c31165650f703159752fc559 (diff)
downloadLuceneAnalyzer-8eb64ba1d0f3e62b15166f28c484f60ca0b9f1ef.tar.gz
LuceneAnalyzer-8eb64ba1d0f3e62b15166f28c484f60ca0b9f1ef.tar.bz2
updated junit to 4.10
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ed4acf9..6619cd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,12 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-core</artifactId>
+ <version>3.5.0</version>
</dependency>
<dependency>
<groupId>jargs</groupId>
@@ -19,7 +24,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.2</version>
+ <version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>