Skip to content

Commit

Permalink
Merge pull request #62 from reportportal/update-deps
Browse files Browse the repository at this point in the history
Fix plugin-api deps
  • Loading branch information
raikbitters authored Oct 7, 2024
2 parents a9a8b73 + 3fa0dfa commit bc00459
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ dependencies {
compile 'com.epam.reportportal:commons'
compile 'com.epam.reportportal:commons-dao'
} else {
implementation 'com.github.reportportal:commons-dao:823f284'
api 'com.github.reportportal:commons:24ea814'
implementation 'com.github.reportportal:commons-dao:develop-SNAPSHOT'
api 'com.github.reportportal:commons:develop-SNAPSHOT'
}
compile 'org.pf4j:pf4j:3.10.0'
api 'org.pf4j:pf4j:3.10.0'
api 'org.pf4j:pf4j-update:2.3.0'

testCompile 'junit:junit'
}

0 comments on commit bc00459

Please sign in to comment.