Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Sep 4, 2024
1 parent f8edbf3 commit b5ddb40
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@ dependencyManagement {

dependencies {
if (releaseMode) {
implementation 'com.epam.reportportal:commons-dao'
api 'com.epam.reportportal:commons-dao'
api 'com.epam.reportportal:commons'
} else {
implementation 'com.github.reportportal:commons-dao:823f284'
api 'com.github.reportportal:commons-dao:823f284'
api 'com.github.reportportal:commons:24ea814'
}
compile 'org.pf4j:pf4j:3.10.0'

implementation 'org.hibernate:hibernate-core:5.6.15.Final'
api 'org.pf4j:pf4j:3.10.0'
api 'org.pf4j:pf4j-update:2.3.0'

testCompile 'junit:junit'
}

0 comments on commit b5ddb40

Please sign in to comment.