Skip to content

Commit c68390c

Browse files
georgeajitehennum
georgeajit
authored and
ehennum
committed
No Task - Removed apache http library dependency.
1 parent 1030932 commit c68390c

File tree

4 files changed

+1049
-1116
lines changed

4 files changed

+1049
-1116
lines changed

marklogic-client-api-functionaltests/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ repositories {
3030
dependencies {
3131
implementation project (':marklogic-client-api')
3232
implementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
33-
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.0'
34-
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
3533
implementation group: 'org.slf4j', name: 'slf4j-api', version:'1.7.25'
3634
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version:'1.2.3'
3735
implementation group: 'commons-io', name: 'commons-io', version: '2.6'

0 commit comments

Comments
 (0)