Skip to content

Commit

Permalink
Add AspectJ dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Apr 4, 2024
1 parent 5fdadcf commit bf98f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion allure-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ dependencies {
exclude group: 'org.slf4j'
}
implementation 'org.slf4j:slf4j-api:2.0.7'
implementation "org.aspectj:aspectjweaver:${aspectj_version}"

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.6'
testImplementation("org.junit.platform:junit-platform-runner:${junit5_runner_version}") {
exclude module: 'junit'
}
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ junit5_version=5.6.3
junit5_runner_version=1.6.3
mockito_version=3.3.3
allure_version=2.25.0
aspectj_version=1.9.19

0 comments on commit bf98f99

Please sign in to comment.