Skip to content

Commit

Permalink
remove one superfluous exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
yawkat committed Oct 11, 2023
1 parent 9191652 commit d369294
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions oraclecloud-httpclient-netty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ dependencies {
implementation(libs.oci.common) {
exclude(group:"com.fasterxml.jackson.core", module:"jackson-databind")
}
api(libs.oci.common.httpclient) {
exclude(group:"com.fasterxml.jackson.core", module:"jackson-databind")
}
api(libs.oci.common.httpclient)
api mnSerde.micronaut.serde.api
implementation mn.micronaut.http.client
implementation mn.reactor
Expand Down

0 comments on commit d369294

Please sign in to comment.