Skip to content

Commit

Permalink
Remove comments in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Aziz Namazov committed Dec 23, 2021
1 parent 203c627 commit f6e2d87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
6 changes: 0 additions & 6 deletions dal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,8 @@
</dependency>

<!-- MongoDB -->
<!-- <dependency>-->
<!-- <groupId>org.mongodb</groupId>-->
<!-- <artifactId>mongo-java-driver</artifactId>-->
<!-- <version>3.12.10</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.mongodb</groupId>
<!-- <artifactId>mongodb-driver-legacy</artifactId>-->
<artifactId>mongodb-driver-sync</artifactId>
<version>4.4.0</version>
</dependency>
Expand Down
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,7 @@
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
</dependency>

<!-- <dependency>-->
<!-- <groupId>org.springframework.data</groupId>-->
<!-- <artifactId>spring-data-commons</artifactId>-->
<!-- <version>${spring.data.version}</version>-->
<!-- </dependency>-->

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
Expand Down

0 comments on commit f6e2d87

Please sign in to comment.