Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Apr 19, 2024
1 parent 8a13756 commit c9b6ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-12-02-apache-common-logging-1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ In Maven this can be done using dependency management.
```

The second step consists in removing obsolete dependencies.
Since version 1.2 only supported old generation logging backends out-of-the-box ([Log4j 1.x](https//logging.apache.org/log4j/1.2/),
[Avalon](https//avalon.apache.org) and [Lumberjack](https://javalogging.sourceforge.net)), the Java community developed
Since version 1.2 only supported old generation logging backends out-of-the-box ([Log4j 1.x](https://logging.apache.org/log4j/1.x/),
[Avalon](https://avalon.apache.org) and [Lumberjack](https://javalogging.sourceforge.net)), the Java community developed
many `LogFactory` implementations and complete Apache Commons Logging replacements:

* [`org.slf4j:jcl-over-slf4j`](https://mvnrepository.com/artifact/org.slf4j/jcl-over-slf4j) (replacement),
Expand Down

0 comments on commit c9b6ccc

Please sign in to comment.