Skip to content

Commit ce5c88f

Browse files
committed
chore: Set the error prone and j2obj annotation versions for iam
1 parent 2d75c32 commit ce5c88f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

java-iam/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@
147147
<artifactId>javax.annotation-api</artifactId>
148148
<version>${javax.annotation-api.version}</version>
149149
</dependency>
150+
<dependency>
151+
<groupId>com.google.errorprone</groupId>
152+
<artifactId>error_prone_annotations</artifactId>
153+
<version>${errorprone.version}</version>
154+
</dependency>
155+
<dependency>
156+
<groupId>com.google.j2objc</groupId>
157+
<artifactId>j2objc-annotations</artifactId>
158+
<version>${j2objc-annotations.version}</version>
159+
</dependency>
150160

151161
<dependency>
152162
<groupId>junit</groupId>

0 commit comments

Comments
 (0)