File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change 110
110
<dependency >
111
111
<groupId >com.google.guava</groupId >
112
112
<artifactId >guava</artifactId >
113
- <version >20.0 </version >
113
+ <version >23.5-android </version >
114
114
</dependency >
115
115
<dependency >
116
116
<groupId >junit</groupId >
259
259
</execution >
260
260
</executions >
261
261
<configuration >
262
+ <createDependencyReducedPom >false</createDependencyReducedPom >
262
263
<artifactSet >
263
264
<includes >
264
265
<include >org.ow2.asm:asm</include >
269
270
<include >org.ow2.asm:asm-xml</include >
270
271
<include >com.google.guava:guava</include >
271
272
</includes >
272
- </artifactSet >
273
- <filters >
274
- <filter >
275
- <artifact >*:*</artifact >
276
- <excludes >
277
- <exclude >META-INF/module-info.class</exclude >
278
- </excludes >
279
- </filter >
280
- </filters >
281
- <relocations >
282
- <relocation >
283
- <pattern >com.google.common.</pattern >
284
- <shadedPattern >com.google.monitoring.runtime.instrumentation.common.</shadedPattern >
285
- </relocation >
286
- <relocation >
287
- <pattern >org.objectweb.asm.</pattern >
288
- <shadedPattern >com.google.monitoring.runtime.instrumentation.asm.</shadedPattern >
289
- </relocation >
290
- </relocations >
273
+ </artifactSet >
274
+ <filters >
275
+ <filter >
276
+ <artifact >*:*</artifact >
277
+ <excludes >
278
+ <exclude >META-INF/module-info.class</exclude >
279
+ </excludes >
280
+ </filter >
281
+ </filters >
282
+ <relocations >
283
+ <relocation >
284
+ <pattern >com.google.common.</pattern >
285
+ <shadedPattern >com.google.monitoring.runtime.instrumentation.common.</shadedPattern >
286
+ </relocation >
287
+ <relocation >
288
+ <pattern >org.objectweb.asm.</pattern >
289
+ <shadedPattern >com.google.monitoring.runtime.instrumentation.asm.</shadedPattern >
290
+ </relocation >
291
+ </relocations >
291
292
</configuration >
292
293
</plugin >
293
294
<plugin >
You can’t perform that action at this time.
0 commit comments