summaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-28 16:33:09 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-08-28 21:09:18 +0200
commit492be2de73af438e7969063940a8739ee3e79b02 (patch)
treef4bc78d91cfa6d66c60d2d190cbd3ccb04c8b020 /abi-check-plugin
parent01b9958fd20f25e3d4e9597471da737b12721ef3 (diff)
Update spec
Diffstat (limited to 'abi-check-plugin')
-rw-r--r--abi-check-plugin/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index 32311144ff5..7f77dec7523 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -53,6 +53,11 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>