Skip to content

Commit

Permalink
client-java and og4j-core dependencies marked as compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 12, 2024
1 parent b6929b6 commit ba5963f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Changelog

## [Unreleased]
### Changed
- Client version updated on [5.2.5](https://github.com/reportportal/client-java/releases/tag/5.2.5), by @HardNorth
- `client-java` and `og4j-core` dependencies marked as `compileOnly` to force users specify their own dependencies, by @HardNorth

## [5.2.1]
### Changed
- Client version updated on [5.2.4](https://github.com/reportportal/client-java/releases/tag/5.2.4), by @HardNorth
### Removed
- `commons-model` dependency to rely on `clinet-java` exclusions in security fixes, by @HardNorth
- `commons-model` dependency to rely on `client-java` exclusions in security fixes, by @HardNorth

## [5.2.0]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ repositories {
}

dependencies {
implementation "org.apache.logging.log4j:log4j-core:${log4j_version}"
annotationProcessor "org.apache.logging.log4j:log4j-core:${log4j_version}"
implementation 'com.epam.reportportal:client-java:5.2.4'
compileOnly "org.apache.logging.log4j:log4j-core:${log4j_version}"
compileOnly 'com.epam.reportportal:client-java:5.2.5'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation('org.awaitility:awaitility:4.0.2') {
Expand Down

0 comments on commit ba5963f

Please sign in to comment.