mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-17 08:24:38 +00:00
dependencies: remove mongodb uber artifact (#2356)
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
<guava.version>19.0</guava.version>
|
||||
<htmlunit.version>2.66.0</htmlunit.version>
|
||||
<guice.version>4.0</guice.version>
|
||||
<mongo-java-driver.version>3.12.8</mongo-java-driver.version>
|
||||
<system-lambda.version>1.1.0</system-lambda.version>
|
||||
<urm.version>2.0.0</urm.version>
|
||||
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
|
||||
@@ -239,11 +238,6 @@
|
||||
<artifactId>guice</artifactId>
|
||||
<version>${guice.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mongodb</groupId>
|
||||
<artifactId>mongo-java-driver</artifactId>
|
||||
<version>${mongo-java-driver.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.stefanbirkner</groupId>
|
||||
<artifactId>system-lambda</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user