Skip to content

Commit f974041

Browse files
committed
Remove redundant dependency (#490)
1 parent c093da1 commit f974041

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

metamorph/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dependencies {
2727
implementation project(':metafacture-javaintegration')
2828
implementation "com.google.guava:guava:${versions.guava}"
2929
implementation "org.slf4j:slf4j-api:${versions.slf4j}"
30-
implementation "org.slf4j:slf4j-api:${versions.slf4j}"
3130
testRuntimeOnly "org.slf4j:slf4j-simple:${versions.slf4j}"
3231
testImplementation "junit:junit:${versions.junit}"
3332
testImplementation "org.mockito:mockito-core:${versions.mockito}"

0 commit comments

Comments
 (0)