Skip to content

Commit

Permalink
EPMRPP-87613 || Add back compatibility with older plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik authored Nov 16, 2023
1 parent bc96df2 commit 3876fab
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 @@ -49,9 +49,9 @@ dependencies {
compile 'com.epam.reportportal:commons-rules'
compile 'com.epam.reportportal:commons-dao'
} else {
compile 'com.github.reportportal:commons-dao:7990424'
compile 'com.github.reportportal:commons-model:bf40974'
compile 'com.github.reportportal:commons-rules:8a83e18'
compile 'com.github.reportportal:commons-dao:6f11ff3'
compile 'com.github.reportportal:commons-model:83f012f'
compile 'com.github.reportportal:commons-rules:29c30a1'
}
compile 'org.pf4j:pf4j:2.4.0'

Expand Down

0 comments on commit 3876fab

Please sign in to comment.