Skip to content

Commit 7b6e262

Browse files
committed
CYBS-737: slf4j impl deps revert
1 parent 0519458 commit 7b6e262

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ 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-api:1.7.32, org.slf4j:slf4j-jcl:1.7.32, org.slf4j:slf4j-simple:1.7.32
243-
slf4j-api is getting used as a dependency for wss4j. Modified to latest version.
242+
7. org.slf4j:slf4j-jcl:1.7.32
243+
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.
246246
9. org.mockito:mockito-all:1.10.19

java/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -280,16 +280,6 @@
280280
<version>${mockito.version}</version>
281281
<scope>test</scope>
282282
</dependency>
283-
<dependency>
284-
<groupId>org.slf4j</groupId>
285-
<artifactId>slf4j-api</artifactId>
286-
<version>${slf4j.version}</version>
287-
</dependency>
288-
<dependency>
289-
<groupId>org.slf4j</groupId>
290-
<artifactId>slf4j-simple</artifactId>
291-
<version>${slf4j.version}</version>
292-
</dependency>
293283
</dependencies>
294284
</project>
295285

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-api:1.7.32, org.slf4j:slf4j-simple: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.
265+
7.) org.slf4j:slf4j-jcl:1.7.32
266+
slf4j-jcl 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)