Skip to content

Commit

Permalink
Use bom release version. Correct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Mar 10, 2024
1 parent 48a007c commit 5d672f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,15 @@ tasks.register('integrationTest', Test) {
}

dependencies {
api platform("com.exactpro.th2:bom:4.6.0-update-bom-8129602206-434846f-SNAPSHOT")
api platform("com.exactpro.th2:bom:4.6.0")
api('com.exactpro.th2:grpc-common:4.4.0-dev') {
because('protobuf transport is main now, this dependnecy should be moved to grpc, mq protobuf modules after splitting')
because('protobuf transport is main now, this dependency should be moved to grpc, mq protobuf modules after splitting')
}
api("com.exactpro.th2:cradle-core:$cradleVersion") {
because('cradle is included into common library now, this dependnecy should be moved to a cradle module after splitting')
because('cradle is included into common library now, this dependency should be moved to a cradle module after splitting')
}
api('io.netty:netty-buffer') {
because('th2 transport protocol is included into common library now, this dependnecy should be moved to a th2 transport module after splitting')
because('th2 transport protocol is included into common library now, this dependency should be moved to a th2 transport module after splitting')
}

jmh 'org.openjdk.jmh:jmh-core:0.9'
Expand Down

0 comments on commit 5d672f3

Please sign in to comment.