Skip to content

Commit

Permalink
Task 13 : Add Redis dependency in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapter1990 committed Jun 29, 2024
1 parent 715b596 commit 73cc314
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
<version>${apache.common.lang3.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 73cc314

Please sign in to comment.