Skip to content

Commit

Permalink
Fixed mailhog build.gradle
Browse files Browse the repository at this point in the history
...hopefully ;P
  • Loading branch information
Jan Raap committed Jul 26, 2021
1 parent 6a4160e commit 07bf874
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/mailhog/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
description = "Testcontainers :: MailHog"

dependencies {
compile project(':testcontainers')
compile 'org.apache.httpcomponents:httpclient:4.5.8'
compile 'org.apache.commons:commons-collections4:4.3'
api project(':testcontainers')
implementation 'org.apache.httpcomponents:httpclient:4.5.8'
implementation 'org.apache.commons:commons-collections4:4.3'

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

0 comments on commit 07bf874

Please # to comment.