added mongo jar to embedded repo and modified kernel/pom
This commit is contained in:
parent
f514ad9bb9
commit
c6e24518ae
2 changed files with 7 additions and 0 deletions
BIN
embedded-repo/com/mongodb/mongo/0.6/mongo-0.6.jar
Normal file
BIN
embedded-repo/com/mongodb/mongo/0.6/mongo-0.6.jar
Normal file
Binary file not shown.
|
|
@ -94,6 +94,13 @@
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- For Mongo -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.mongodb</groupId>
|
||||||
|
<artifactId>mongo</artifactId>
|
||||||
|
<version>0.6</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- For Cassandra -->
|
<!-- For Cassandra -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.cassandra</groupId>
|
<groupId>org.apache.cassandra</groupId>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue