This repository was archived by the owner on Sep 22, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121
2222``` groovy
2323// Typical microservices setup (Web API + DB + MQ) testing:
24- testImplementation "io.github.adven27:exam-ms:6.0.0"
24+ testImplementation "io.github.adven27:exam-ms:6.0.0-beta-8 "
2525
2626//same as:
27- //testImplementation "io.github.adven27:exam-ws:6.0.0"
28- //testImplementation "io.github.adven27:exam-db:6.0.0"
29- //testImplementation "io.github.adven27:exam-mq:6.0.0"
27+ //testImplementation "io.github.adven27:exam-ws:6.0.0-beta-8 "
28+ //testImplementation "io.github.adven27:exam-db:6.0.0-beta-8 "
29+ //testImplementation "io.github.adven27:exam-mq:6.0.0-beta-8 "
3030
3131// UI testing
32- testImplementation "io.github.adven27:exam-ui:6.0.0"
32+ testImplementation "io.github.adven27:exam-ui:6.0.0-beta-8 "
3333```
3434### 2) Use
3535
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 ext. exposed_version = ' 0.36.2'
55 ext. restAssured_version = ' 4.4.0'
66 ext. klogging_version = ' 2.0.11'
7- ext. libVersion = ' 6.0.0-beta-7 '
7+ ext. libVersion = ' 6.0.0-beta-8 '
88 repositories {
99 mavenCentral()
1010 }
You can’t perform that action at this time.
0 commit comments