mirror of https://github.com/apache/lucene.git
SOLR-2045: Maven configuration: add derby test dependency to DIH
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
492741333b
commit
211a24c489
|
@ -273,6 +273,11 @@
|
|||
<artifactId>langdetect</artifactId>
|
||||
<version>1.1-20120112</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derby</artifactId>
|
||||
<version>10.9.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tika</groupId>
|
||||
<artifactId>tika-core</artifactId>
|
||||
|
|
|
@ -72,6 +72,11 @@
|
|||
<artifactId>hsqldb</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derby</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory>${module-path}/src/java</sourceDirectory>
|
||||
|
|
Loading…
Reference in New Issue