Skip to content

Commit 34e0631

Browse files
Merge pull request #399 from Azure/hotfix/gson
Unshad gson
2 parents aa2d7b5 + 19e38b0 commit 34e0631

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@
208208
<relocation combine.children="append">
209209
<pattern>com.google</pattern>
210210
<shadedPattern>com.microsoft.azure.functions.shaded.com.google</shadedPattern>
211+
<excludes>
212+
<exclude>com/google/gson/**</exclude>
213+
</excludes>
211214
</relocation>
212215
<relocation combine.children="append">
213216
<pattern>com.sun</pattern>

0 commit comments

Comments
 (0)