Ignore:
Timestamp:
2017-01-21T21:18:02+13:00 (7 years ago)
Author:
davidb
Message:

Initial cut at files for working with MongoDB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/pom.xml

    r31309 r31310  
    2121
    2222    <dependency>
     23      <groupId>org.mongodb</groupId>
     24      <artifactId>mongo-java-driver</artifactId>
     25      <version>3.4.1</version>
     26    </dependency>
     27<!--
     28    <dependency>
    2329      <groupId>org.mongodb.spark</groupId>
    2430      <artifactId>mongo-spark-connector_2.10</artifactId>
    2531      <version>0.1</version>
    2632    </dependency>
     33-->
    2734
    2835    <!--
Note: See TracChangeset for help on using the changeset viewer.