Skip to content

Commit bc25ca2

Browse files
committed
Fix Maven relocations
1 parent c73f60b commit bc25ca2

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

pom.xml

+12-4
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@
114114
<shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.bugsnag
115115
</shadedPattern>
116116
</relocation>
117-
<relocation>
118-
<pattern>com.google</pattern>
119-
<shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.google</shadedPattern>
120-
</relocation>
121117
<relocation>
122118
<pattern>google.protobuf</pattern>
123119
<shadedPattern>${project.groupId}.${project.artifactId}.libraries.google.protobuf
@@ -128,6 +124,18 @@
128124
<shadedPattern>${project.groupId}.${project.artifactId}.libraries.javax.annotation
129125
</shadedPattern>
130126
</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>
131139
</relocations>
132140
<filters>
133141
<filter>

0 commit comments

Comments
 (0)