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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,19 +232,18 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
232
232
The XML Security project is aimed at providing implementation of security standards for XML,supports XML-Signature Syntax and Processing,XML Encryption Syntax and Processing, and supports XML Digital Signature APIs.
233
233
4. org.apache.commons:commons-lang3:3.4
234
234
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.
235
-
5. commons-httpclient:commons-httpclient:3.1
236
-
Provides a framework by which new request types (methods) or HTTP extensions can be created easily.
237
-
6. commons-logging:commons-logging:jar:1.1.1
235
+
5. commons-logging:commons-logging:jar:1.1.1
238
236
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.
239
-
7. org.slf4j:slf4j-api:1.7.21 and org.slf4j:slf4j-jcl:1.7.21
237
+
6. org.slf4j:slf4j-api:1.7.21 and org.slf4j:slf4j-jcl:1.7.21
240
238
slf4j-api is getting used as a dependency for wss4j. Modified to latest version.
241
-
8. junit:junit:4.13.1
239
+
7. junit:junit:4.13.1
242
240
JUnit is a unit testing framework for Java.
243
-
9. org.mockito:mockito-all:1.10.19
241
+
8. org.mockito:mockito-all:1.10.19
244
242
Mock objects library for java
245
-
10. org.apache.httpcomponents:httpclient:4.5.11
243
+
9. org.apache.httpcomponents:httpclient:4.5.11
246
244
Provides reusable components for client-side authentication, HTTP state management, and HTTP connection management. It is used for poolinghttpclientconnectionmanager feature.
247
-
245
+
10. org.apache.httpcomponents:httpcore:4.4.13
246
+
Provides low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint.
0 commit comments