Skip to content

Commit

Permalink
[dbs-leipzig#1125] Removed dependency to MongoDB ObjectId by reimplem…
Browse files Browse the repository at this point in the history
…enting the functionality in GradoopId.

fixes dbs-leipzig#1125
  • Loading branch information
Niklas committed Dec 13, 2018
1 parent e5e59ff commit 1d0a451
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 178 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Expand Up @@ -216,4 +216,5 @@

- Flink 1.5.0
- Hbase 1.3.1
- Accumulo 1.9.0
- Accumulo 1.9.0
- MongoDB 3.6.3
5 changes: 0 additions & 5 deletions gradoop-common/pom.xml
Expand Up @@ -137,11 +137,6 @@
<artifactId>jettison</artifactId>
</dependency>

<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
</dependency>

<!-- Test dependencies -->

<!-- HBase -->
Expand Down

0 comments on commit 1d0a451

Please sign in to comment.