Skip to content

Commit 113ce50

Browse files
committed
Add missing dependency declarations. (5f1ef8f)
1 parent 5f1ef8f commit 113ce50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

metamorph/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ dependencies {
2424
implementation project(':metafacture-flowcontrol')
2525
implementation project(':metafacture-mangling')
2626
implementation project(':metafacture-javaintegration')
27+
implementation 'org.slf4j:slf4j-api:1.7.21'
2728
testImplementation 'junit:junit:4.12'
2829
testImplementation 'org.mockito:mockito-core:2.5.5'
30+
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.21'
2931
}
3032

3133
sourceSets {

0 commit comments

Comments
 (0)