Skip to content

Commit

Permalink
fix: org.apache.httpcomponents:httpmime needs to be defined as api fo…
Browse files Browse the repository at this point in the history
…r consumer lib #1446
  • Loading branch information
Ronald Holshausen committed Sep 27, 2021
1 parent e1afb34 commit 70ebaa3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
dependencies {
api project(path: ":core:model", configuration: 'default')
api project(path: ":core:matchers", configuration: 'default')
api "org.apache.httpcomponents:httpclient:${project.httpClientVersion}"
api "org.apache.httpcomponents:httpmime:${project.httpClientVersion}"

implementation 'com.googlecode.java-diff-utils:diffutils:1.3.0',
'dk.brics.automaton:automaton:1.11-8',
"org.apache.httpcomponents:httpclient:${project.httpClientVersion}"
'dk.brics.automaton:automaton:1.11-8'
implementation "org.json:json:${project.jsonVersion}"
implementation "io.netty:netty-handler:${project.nettyVersion}"
implementation "org.apache.httpcomponents:httpmime:${project.httpClientVersion}"
implementation "org.apache.httpcomponents:fluent-hc:${project.httpClientVersion}"
implementation "org.slf4j:slf4j-api:${project.slf4jVersion}"
implementation 'io.ktor:ktor-server-netty:1.4.1'
Expand Down

0 comments on commit 70ebaa3

Please sign in to comment.