Skip to content

Commit

Permalink
resoving dependencies conflics
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Jan 22, 2024
1 parent 240f66a commit b3e7610
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
Expand All @@ -135,7 +128,6 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<!-- <version>2.1.10.RELEASE</version> -->
</dependency>

</dependencies>
Expand Down

0 comments on commit b3e7610

Please sign in to comment.