Skip to content

Commit

Permalink
Move okhttp to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 23, 2024
1 parent 12ed970 commit 62aed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.epam.reportportal:commons-model:5.0.0'

implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'org.testng:testng:7.9.0'
implementation 'org.slf4j:slf4j-api:2.0.4'

Expand All @@ -68,6 +67,7 @@ dependencies {
exclude module: 'guava'
}
testImplementation 'com.google.guava:guava:33.0.0-jre'
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
}

test {
Expand Down

0 comments on commit 62aed9f

Please sign in to comment.