10000 fix pom to include correct guava version · rchani99/google-http-java-client@80d8f69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80d8f69

Browse files
committed
fix pom to include correct guava version
This fixes a bug wherein the jarjar repackaging rules would incorrectly repackage the jar such that the packaged result is unusable, despite the non-packaged code and tests running fine.
1 parent 145a5da commit 80d8f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<configuration>
5656
<includes>
5757
<include>commons-codec:commons-codec</include>
58-
<include>com.google.guava:guava-jdk5</include>
58+
<include>com.google.guava:guava</include>
5959
</includes>
6060
<rules>
6161
<rule>

0 commit comments

Comments
 (0)
0