Skip to content

Commit

Permalink
chore(gradle): remove httpclient 4 references (datahub-project#10787)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored and aviv-julienjehannet committed Jul 17, 2024
1 parent 4fc06ff commit ba8b824
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ project.ext.externalDependency = [
'hazelcastTest':"com.hazelcast:hazelcast:$hazelcastVersion:tests",
'hibernateCore': 'org.hibernate:hibernate-core:5.2.16.Final',
'httpClient': 'org.apache.httpcomponents.client5:httpclient5:5.3',
'httpAsyncClient': 'org.apache.httpcomponents:httpasyncclient:4.1.5',
'iStackCommons': 'com.sun.istack:istack-commons-runtime:4.0.1',
'jacksonJDK8': "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$jacksonVersion",
'jacksonDataPropertyFormat': "com.fasterxml.jackson.dataformat:jackson-dataformat-properties:$jacksonVersion",
Expand Down
2 changes: 1 addition & 1 deletion metadata-integration/java/examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation externalDependency.opentracingJdbc

implementation project(path: ':metadata-integration:java:datahub-client', configuration: 'shadow')
implementation externalDependency.httpAsyncClient
implementation externalDependency.httpClient

// Tests need a concrete log4j available. Providing it here
testImplementation 'org.apache.logging.log4j:log4j-api:2.17.1'
Expand Down

0 comments on commit ba8b824

Please sign in to comment.