aboutsummaryrefslogtreecommitdiffstats
path: root/gson/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-02-15 17:43:45 -0500
committerJim Hahn <jrh3@att.com>2019-02-15 17:43:45 -0500
commit2917a67f12e32a7337e3a9f9b9fd3de4469a921c (patch)
tree0a5e0db2999d8aa4a30c41136bfa385738300f3f /gson/pom.xml
parent6986bd46fc69e4fb8e4bfb384620c51f73b625be (diff)
Add log message when gson used
Added code to log a message when gson is used instead of jackson. Change-Id: I8cbb8ad8461cc364c3419aaa174cef2680c5a672 Issue-ID: POLICY-1428 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'gson/pom.xml')
-rw-r--r--gson/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/gson/pom.xml b/gson/pom.xml
index 81b95497..8f6272a9 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -38,6 +38,11 @@
<dependencies>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>${jersey.version}</version>