8000 Add j2objc dep to google-http-client artifact's pom.xml · xiaojiej/google-http-java-client@a61277f · GitHub
[go: up one dir, main page]

Skip to content

Commit a61277f

Browse files
committed
Add j2objc dep to google-http-client artifact's pom.xml
1 parent bdfe6e6 commit a61277f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google-http-client/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,10 @@
169169
<artifactId>commons-codec</artifactId>
170170
<scope>provided</scope>
171171
</dependency>
172+
<dependency>
173+
<groupId>com.google.j2objc</groupId>
174+
<artifactId>j2objc-annotations</artifactId>
175+
<version>1.1</version>
176+
</dependency>
172177
</dependencies>
173178
</project>

0 commit comments

Comments
 (0)
0