Skip to content

Commit

Permalink
Allure dependency marked as implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 24, 2024
1 parent 31a825b commit eb139ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions allure-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Changed
- Client version updated on [5.2.1](https://github.com/reportportal/client-java/releases/tag/5.2.1), by @HardNorth
- Allure version updated on 2.25.0, by @HardNorth
- Allure dependency marked as `implementation` to force users specify their own versions, by @HardNorth

## [5.1.1]
- Client version updated on [5.1.22](https://github.com/reportportal/client-java/releases/tag/5.1.22), by @HardNorth
Expand Down
4 changes: 2 additions & 2 deletions allure-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ compileTestJava.options.encoding = 'UTF-8'
dependencies {
api 'com.epam.reportportal:commons-model:5.0.0'
api 'com.google.code.findbugs:jsr305:3.0.2'
api ("io.qameta.allure:allure-java-commons:${allure_version}") {

implementation ("io.qameta.allure:allure-java-commons:${allure_version}") {
exclude group: 'org.slf4j'
}

implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'com.epam.reportportal:client-java:5.2.1'

Expand Down

0 comments on commit eb139ac

Please sign in to comment.