diff options
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index cf546a6134..0af12424ef 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -127,9 +127,19 @@ limitations under the License. <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> </exclusion> + <exclusion> + <groupId>org.mongodb</groupId> + <artifactId>mongodb-driver</artifactId> + </exclusion> </exclusions> </dependency> <dependency> + <groupId>org.mongodb</groupId> + <artifactId>mongodb-driver</artifactId> + <version>3.12.10</version> + </dependency> + + <dependency> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-core</artifactId> <version>${janusgraph.version}</version> |