Skip to content

Commit 174b6d7

Browse files
committed
remove duplicate code for now
1 parent 7aa08ba commit 174b6d7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

v2/sourcedb-to-spanner/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
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>
@@ -190,6 +189,19 @@
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>

0 commit comments

Comments
 (0)