Skip to content

Commit 19e38b0

Browse files
- Remove the GSON shading.
1 parent aa2d7b5 commit 19e38b0

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)