From c436b96b75852017966fae03a1e7ba368dd8a67e Mon Sep 17 00:00:00 2001 From: Mike Kienenberger Date: Thu, 4 Jun 2020 12:54:18 -0400 Subject: [PATCH] SensitiveFilterLayout depends on gson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50945ef4..21cd6371 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ _Note: Support for building the SDK with either Ant or Maven has been made. Plea ### Dependencies * commons-logging-1.1.1.jar : logging * log4j-1.2.16.jar : logging +* gson-2.3.1.jar.jar : logging with SensitiveFilterLayout * httpclient-4.0.1.jar : http communication with the payment gateway * httpcore-4.0.1.jar : http communication with the payment gateway * junit-4.8.2.jar : unit testing