dependencies: remove mongodb uber artifact (#2356)

This commit is contained in:
Robert Volkmann
2022-12-04 10:55:33 +02:00
committed by GitHub
parent 0793c50363
commit 18b04db103
9 changed files with 28 additions and 28 deletions
+5 -1
View File
@@ -45,7 +45,11 @@
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<artifactId>bson</artifactId>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-legacy</artifactId>
</dependency>
</dependencies>
<build>