Skip to content

Commit

Permalink
Merge branch 'TH2-5035' into 'master'
Browse files Browse the repository at this point in the history
[TH2-5035] exclude okhttp

See merge request vivarium/th2/th2-core-proprietary/th2-cradle-admin-tool!23
  • Loading branch information
Nikita-Smirnov-Exactpro committed Aug 15, 2023
2 parents 49a28a8 + c456b81 commit c55b509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ allprojects {

dependencies {

implementation "com.exactpro.th2:common:$commonVersion"
implementation("com.exactpro.th2:common:$commonVersion") {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
implementation(platform("com.exactpro.th2:bom:4.4.0"))
implementation "com.exactpro.th2:cradle-core:$cradleVersion"
implementation "com.exactpro.th2:cradle-cassandra:$cradleVersion"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = 1.7.0
release_version = 1.7.1

0 comments on commit c55b509

Please sign in to comment.