Skip to content

Commit

Permalink
Merge pull request #239 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Mar 14, 2024
2 parents 639a0f6 + 99b4143 commit 00cb516
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [Unreleased]
### Changed
- Mark `jackson-databind` dependency as `implementation`, by @HardNorth
### Removed
- `aop-ajc.xml` file, since not all agents have ability to use AspectJ, by @HardNorth

## [5.2.6]
### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
api ("com.squareup.retrofit2:retrofit:${project.retrofit_version}") {
exclude module: 'okhttp'
}
api 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
implementation "com.squareup.retrofit2:converter-scalars:${project.retrofit_version}"
implementation ("com.squareup.retrofit2:converter-jackson:${project.retrofit_version}") {
exclude module: 'jackson-databind'
Expand Down
File renamed without changes.

0 comments on commit 00cb516

Please sign in to comment.