Skip to content

Commit a5ee33b

Browse files
committed
minor fixes
1 parent 1b739a0 commit a5ee33b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

auth-service/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<properties>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<java.version>1.8</java.version>
23-
<mongodb-driver.version>3.2.2</mongodb-driver.version>
2423
</properties>
2524

2625
<dependencies>
@@ -48,11 +47,6 @@
4847
<groupId>org.springframework.cloud</groupId>
4948
<artifactId>spring-cloud-starter-eureka</artifactId>
5049
</dependency>
51-
<dependency>
52-
<groupId>org.mongodb</groupId>
53-
<artifactId>mongo-java-driver</artifactId>
54-
<version>${mongodb-driver.version}</version>
55-
</dependency>
5650
<dependency>
5751
<groupId>org.springframework.boot</groupId>
5852
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)