aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-21 13:39:05 +0200
committerjonmv <venstad@gmail.com>2022-10-21 13:39:05 +0200
commitfe4c6158a9d9a33cbe6024916bf96dd7474fc391 (patch)
treeac8a9a66c6e79ed6338135d5529d5616f4fca4f2 /abi-check-plugin/pom.xml
parent60149c673b244d27f0c7af00f1015479ed611cb0 (diff)
Replace guava dependency with a couple of set operations
Diffstat (limited to 'abi-check-plugin/pom.xml')
-rw-r--r--abi-check-plugin/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index d24765a5f88..253bf8e0a60 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -35,11 +35,6 @@
<artifactId>asm</artifactId>
</dependency>
<dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>29.0-jre</version>
- </dependency>
- <dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson.version}</version>