You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,13 @@ Here are the dependencies.
56
56
<artifactId>slf4j-api</artifactId>
57
57
<version>${version.slf4j}</version>
58
58
</dependency>
59
-
60
-
<dependency>
61
-
<groupId>org.apache.commons</groupId>
62
-
<artifactId>commons-lang3</artifactId>
63
-
<version>${version.common-lang3}</version>
64
-
</dependency>
65
59
```
66
60
61
+
Note: Apache commons lang is included as a compile time dependency but is not
62
+
required anymore. It is still included for the sake of older projects that
63
+
depend on it as an accidental transitive runtime dependency. It is encouraged to
64
+
exclude it as shown below and will be removed in a future release.
65
+
67
66
#### Community
68
67
69
68
This library is very active with a lot of contributors. New features and bug fixes are handled quickly by the team members. Because it is an essential dependency of the [light-4j](https://github.com/networknt/light-4j) framework in the same GitHub organization, it will be evolved and maintained along with the framework.
0 commit comments