We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e303f2f commit 4454c89Copy full SHA for 4454c89
CHANGELOG.md
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
#### Possible Breaking Dependency Change
8
9
- Removed `org.apache.logging.log4j` dependency, instead relying on the org.slf4j logging interface/facade dependency explicitly.
10
- - If your project was depending on this transitive dependency you may need to add it to your own project:
+ - If your project was **NOT** depending on this transitive dependency, **no changes are required to upgrade**.
11
+ - If your project **WAS** depending on this transitive dependency, you may need to add it to your own project:
12
13
```xml
14
<dependency>
0 commit comments