Skip to content

Commit

Permalink
fix jcache pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Olivelli committed Jul 1, 2020
1 parent 97e019a commit 5e3d897
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion blazingcache-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,21 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>2.11.1</version>
<version>${libs.curator}</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- needed for ZK server -->
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>${libs.metrics}</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- needed for ZK server -->
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>${libs.snappy}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5e3d897

Please sign in to comment.