File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 8383
8484 <!-- Needed for Beam CassandraIO -->
8585 <!-- https://mvnrepository.com/artifact/com.codahale.metrics/metrics-core -->
86- <!-- https://mvnrepository.com/artifact/info.archinnov/achilles-embedded -->
8786 <dependency >
8887 <groupId >com.codahale.metrics</groupId >
8988 <artifactId >metrics-core</artifactId >
190189 <version >2.64.0</version >
191190 <scope >test</scope >
192191 </dependency >
192+ <!-- https://mvnrepository.com/artifact/info.archinnov/achilles-embedded -->
193+ <!-- https://mvnrepository.com/artifact/com.codahale.metrics/metrics-core -->
194+ <dependency >
195+ <groupId >com.codahale.metrics</groupId >
196+ <artifactId >metrics-core</artifactId >
197+ <version >3.0.2</version >
198+ <exclusions >
199+ <exclusion >
200+ <groupId >org.slf4j</groupId >
201+ <artifactId >slf4j-api</artifactId >
202+ </exclusion >
203+ </exclusions >
204+ </dependency >
193205 <!-- https://mvnrepository.com/artifact/com.github.stefanbirkner/system-rules -->
194206 <dependency >
195207 <groupId >com.github.stefanbirkner</groupId >
You can’t perform that action at this time.
0 commit comments