Skip to content

Commit

Permalink
EPMRPP-86916 || Update bom dependency (#48)
Browse files Browse the repository at this point in the history
* EPMRPP-86916 || Update bom dependency

* EPMRPP-86916 || Add release mode check

* EPMRPP-86916 || Update libraries version
  • Loading branch information
IvanKustau authored Jan 19, 2024
1 parent b9b5252 commit 0ccfed8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:7affe20')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.10.0' : 'com.epam.reportportal:commons-bom:5.10.0')
}
}

Expand All @@ -40,9 +40,9 @@ dependencies {
compile 'com.epam.reportportal:commons-rules'
compile 'com.epam.reportportal:commons-dao'
} else {
compile 'com.github.reportportal:commons-dao:126ee2e'
compile 'com.github.reportportal:commons-dao:0a2a4276f9'
compile 'com.github.reportportal:commons-model:83f012f'
compile 'com.github.reportportal:commons-rules:01ec4d17'
compile 'com.github.reportportal:commons-rules:42d4dd5634'
}
compile 'org.pf4j:pf4j:2.4.0'

Expand Down

0 comments on commit 0ccfed8

Please sign in to comment.