Skip to content

Commit 07bf874

Browse files
author
Jan Raap
committed
Fixed mailhog build.gradle
...hopefully ;P
1 parent 6a4160e commit 07bf874

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/mailhog/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
description = "Testcontainers :: MailHog"
22

33
dependencies {
4-
compile project(':testcontainers')
5-
compile 'org.apache.httpcomponents:httpclient:4.5.8'
6-
compile 'org.apache.commons:commons-collections4:4.3'
4+
api project(':testcontainers')
5+
implementation 'org.apache.httpcomponents:httpclient:4.5.8'
6+
implementation 'org.apache.commons:commons-collections4:4.3'
77

8-
testCompile 'com.sun.mail:javax.mail:1.6.0'
9-
testCompile 'org.apache.httpcomponents:httpcore:4.4.11'
10-
testCompile 'org.hamcrest:hamcrest-library:1.3'
8+
testImplementation 'com.sun.mail:javax.mail:1.6.0'
9+
testImplementation 'org.apache.httpcomponents:httpcore:4.4.11'
10+
testImplementation 'org.hamcrest:hamcrest-library:1.3'
1111
}

0 commit comments

Comments
 (0)