Skip to content

Commit

Permalink
quarkus redis client config
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Feb 1, 2024
1 parent 0fca306 commit 237b68f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fj-service-helper-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-config-yaml</artifactId>
</dependency>

<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>es-module-shims</artifactId>
Expand All @@ -78,6 +83,11 @@
<artifactId>emp-service-model</artifactId>
</dependency>

<dependency>
<groupId>org.fugerit.java</groupId>
<artifactId>quarkus-redis-service-map</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions quarkus-redis-service-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
<artifactId>fj-core</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-config-yaml</artifactId>
<version>${quarkus.platform.version}</version>
<scope>provided</scope>
</dependency>

</dependencies>

<organization>
Expand Down

0 comments on commit 237b68f

Please sign in to comment.