Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 14, 2024
1 parent 3ad5e0b commit 56dd26b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agent-android-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,12 @@ dependencies {
// Report Portal libraries
internalize(group: 'com.epam.reportportal', name: 'agent-java-junit5', version: '5.3.0', transitive: false)
api tasks.internalizeJar.outputs.files
// Next two dependencies are required due to internalization
// Next three dependencies are required due to internalization
api('com.epam.reportportal:client-java:5.2.6') {
exclude group: 'org.aspectj' // AspectJ is already included by Android
}
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'org.slf4j:slf4j-api:2.0.7'

// JUnit 5
compileOnly "org.junit.jupiter:junit-jupiter-api:${junit5_version}"
Expand Down

0 comments on commit 56dd26b

Please sign in to comment.