Skip to content

Commit b4874de

Browse files
committed
CYBS-737: README update
1 parent 7b6e262 commit b4874de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
239239
Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
240240
6. commons-logging:commons-logging:jar:1.1.1
241241
This is getting downloaded as compile time dependency of wss4j:1.6.19.Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
242-
7. org.slf4j:slf4j-jcl:1.7.32
242+
7. org.slf4j:slf4j-api:1.7.32 and org.slf4j:slf4j-jcl:1.7.32
243243
slf4j-jcl is getting used as a dependency for wss4j. Modified to latest version.
244244
8. junit:junit:4.13.1
245245
JUnit is a unit testing framework for Java.

zip/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ java.lang.
262262
6.) commons-logging:commons-logging:jar:1.1.1
263263
This is getting downloaded as compile time dependency of wss4j:1.6.19.Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
264264

265-
7.) org.slf4j:slf4j-jcl:1.7.32
266-
slf4j-jcl is getting used as a dependency for wss4j. Modified to latest version.
265+
7.) org.slf4j:slf4j-api:1.7.32 and org.slf4j:slf4j-jcl:1.7.32
266+
slf4j-api is getting used as a dependency for wss4j. Modified to latest version.
267267

268268
8.) junit:junit:4.13.1
269269
JUnit is a unit testing framework for Java.

0 commit comments

Comments
 (0)