Skip to content

Commit

Permalink
removed warning about duplicate definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 25, 2024
1 parent 1a8ad58 commit 53e063e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions model/authentication-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions model/rest-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@
<artifactId>spring-security-core</artifactId>
</dependency>

<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
Expand Down

0 comments on commit 53e063e

Please sign in to comment.