Skip to content

Commit

Permalink
Set embedded redis version directly since it's been removed from boxc
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Jul 3, 2024
1 parent 632dd69 commit 87ec399
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<csv.version>1.9.0</csv.version>
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<solr.solrj.version>8.10.1</solr.solrj.version>
<embedded-redis.version>0.7.3</embedded-redis.version>
</properties>

<build>
Expand Down Expand Up @@ -224,6 +225,7 @@
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>${embedded-redis.version}</version>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
Expand Down

0 comments on commit 87ec399

Please sign in to comment.