Revision 7547
Added by Jing Tao almost 12 years ago
pom.xml | ||
---|---|---|
35 | 35 |
<version>1.2.0-SNAPSHOT</version> |
36 | 36 |
<type>jar</type> |
37 | 37 |
</dependency> |
38 |
<dependency> |
|
39 |
<groupId>org.dataone</groupId> |
|
40 |
<artifactId>d1_common_java</artifactId> |
|
41 |
<version>1.2.0-SNAPSHOT</version> |
|
42 |
<type>jar</type> |
|
43 |
</dependency> |
|
38 | 44 |
<dependency> |
39 | 45 |
<groupId>org.apache.solr</groupId> |
40 | 46 |
<artifactId>solr-solrj</artifactId> |
41 |
<version>3.4.0</version>
|
|
47 |
<version>4.1.0</version>
|
|
42 | 48 |
</dependency> |
43 | 49 |
</dependencies> |
44 | 50 |
</project> |
Also available in: Unified diff
Add junit test class to test the SolrIndex class.