-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
18 lines (14 loc) · 907 Bytes
/
libs.versions.toml
File metadata and controls
18 lines (14 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[versions]
th2-plugin = "0.2.4"
cradle = "5.4.4-dev"
[libraries]
th2-common-utils = { group = "com.exactpro.th2", name = "common-utils", version = "2.3.1-dev" }
th2-common = { group = "com.exactpro.th2", name = "common", version = "5.14.0-dev" }
th2-task-utils = { group = "com.exactpro.th2", name = "task-utils", version = "0.1.3" }
cradle-core = { group = "com.exactpro.th2", name = "cradle-core", version.ref = "cradle" }
cradle-cassandra = { group = "com.exactpro.th2", name = "cradle-cassandra", version.ref = "cradle" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.12.1" }
mockito-junit-jupiter = { group = "org.mockito", name = "mockito-junit-jupiter", version = "5.16.0" }
[plugins]
th2-publish = { id = "com.exactpro.th2.gradle.publish", version.ref = "th2-plugin" }
th2-component = { id = "com.exactpro.th2.gradle.component", version.ref = "th2-plugin" }