File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 114
114
<shadedPattern >${project.groupId} .${project.artifactId} .libraries.com.bugsnag
115
115
</shadedPattern >
116
116
</relocation >
117
- <relocation >
118
- <pattern >com.google</pattern >
119
- <shadedPattern >${project.groupId} .${project.artifactId} .libraries.com.google</shadedPattern >
120
- </relocation >
121
117
<relocation >
122
118
<pattern >google.protobuf</pattern >
123
119
<shadedPattern >${project.groupId} .${project.artifactId} .libraries.google.protobuf
128
124
<shadedPattern >${project.groupId} .${project.artifactId} .libraries.javax.annotation
129
125
</shadedPattern >
130
126
</relocation >
127
+ <relocation >
128
+ <pattern >com.google.crypto</pattern >
129
+ <shadedPattern >${project.groupId} .${project.artifactId} .libraries.com.google.crypto</shadedPattern >
130
+ </relocation >
131
+ <relocation >
132
+ <pattern >com.google.errorprone</pattern >
133
+ <shadedPattern >${project.groupId} .${project.artifactId} .libraries.com.google.errorprone</shadedPattern >
134
+ </relocation >
135
+ <relocation >
136
+ <pattern >com.google.gson</pattern >
137
+ <shadedPattern >${project.groupId} .${project.artifactId} .libraries.com.google.gson</shadedPattern >
138
+ </relocation >
131
139
</relocations >
132
140
<filters >
133
141
<filter >
You can’t perform that action at this time.
0 commit comments