aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-21 14:19:40 +0200
committerjonmv <venstad@gmail.com>2022-10-21 14:19:40 +0200
commitb50442af088764830a19e93dfead9ce2441da997 (patch)
tree9a580971feba513d8c0d817e6b1a392b5ab25686 /abi-check-plugin/pom.xml
parentfe4c6158a9d9a33cbe6024916bf96dd7474fc391 (diff)
Replace gson with jackson in abi-check plugin
Diffstat (limited to 'abi-check-plugin/pom.xml')
-rw-r--r--abi-check-plugin/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index 253bf8e0a60..87350af8289 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -35,9 +35,8 @@
<artifactId>asm</artifactId>
</dependency>
<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.junit.jupiter</groupId>