We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d75c32 commit ce5c88fCopy full SHA for ce5c88f
java-iam/pom.xml
@@ -147,6 +147,16 @@
147
<artifactId>javax.annotation-api</artifactId>
148
<version>${javax.annotation-api.version}</version>
149
</dependency>
150
+ <dependency>
151
+ <groupId>com.google.errorprone</groupId>
152
+ <artifactId>error_prone_annotations</artifactId>
153
+ <version>${errorprone.version}</version>
154
+ </dependency>
155
156
+ <groupId>com.google.j2objc</groupId>
157
+ <artifactId>j2objc-annotations</artifactId>
158
+ <version>${j2objc-annotations.version}</version>
159
160
161
<dependency>
162
<groupId>junit</groupId>
0 commit comments