Skip to content

Commit 8ef190d

Browse files
issue with guava library in prod (#20) (#21)
1 parent 5fe86a8 commit 8ef190d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

certificate-processor/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@
242242
<pattern>com.google.inject</pattern>
243243
<shadedPattern>shaded.cloudsdk.inject</shadedPattern>
244244
</relocation>
245+
<relocation>
246+
<pattern>com.google.common</pattern>
247+
<shadedPattern>shaded.cloudsdk.common</shadedPattern>
248+
</relocation>
245249
</relocations>
246250
<artifactSet>
247251
<includes>

0 commit comments

Comments
 (0)