aboutsummaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-21 13:25:37 +0200
committerjonmv <venstad@gmail.com>2022-10-21 13:25:37 +0200
commit56e1715bb9d40ed751c4e377a3d1ee47aab84380 (patch)
tree1a2884b0a27cffb75b6db4f5094845fc4cae419f /client/pom.xml
parente7aa4c8a7ff622d9f5d7fbc0a6af6dd06e751dbc (diff)
Replace gson with jackson in client module
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/pom.xml b/client/pom.xml
index 1da3cbc68c5..9d643d63cf8 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -18,9 +18,8 @@
<dependencies>
<dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>${gson.version}</version>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>