diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-12-10 20:47:01 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-12-17 14:13:37 +0000 |
commit | d4959a269640e6af60814a8257a121d797c7baa6 (patch) | |
tree | 779409fffc67baf3316daaa632ed192c1bd8bf8b /integration-tests/pom.xml | |
parent | df3156cf3602be7de77aa1acf8af758628a9ac00 (diff) |
Fix MongoSocketOpenException-issue
Change-Id: Iebeb7d8a67ddc397d833795cd20205a364709f11
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3816
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> |