File tree Expand file tree Collapse file tree 1 file changed +1
-35
lines changed
Expand file tree Collapse file tree 1 file changed +1
-35
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <artifactId >github-client</artifactId >
6- <version >0.3.12 -SNAPSHOT</version >
6+ <version >0.4.0 -SNAPSHOT</version >
77
88 <parent >
99 <groupId >com.spotify</groupId >
8686 <opencensus .version>0.31.1</opencensus .version>
8787 <okhttp .version>4.11.0</okhttp .version>
8888 <opentelemetry .version>1.42.1</opentelemetry .version>
89-
90- <shade .id>${project.groupId} .githubclient.shade</shade .id>
9189 </properties >
9290
9391 <dependencyManagement >
474472 </sourceDirectories >
475473 </configuration >
476474 </plugin >
477- <plugin >
478- <groupId >org.apache.maven.plugins</groupId >
479- <artifactId >maven-shade-plugin</artifactId >
480- <version >3.2.3</version >
481- <executions >
482- <execution >
483- <phase >package</phase >
484- <goals >
485- <goal >shade</goal >
486- </goals >
487- <configuration >
488- <artifactSet >
489- <includes >
490- <include >${project.groupId} :${project.artifactId} </include >
491- <include >com.squareup.okhttp3</include >
492- <include >com.squareup.okio</include >
493- </includes >
494- </artifactSet >
495- <relocations >
496- <relocation >
497- <pattern >okhttp3</pattern >
498- <shadedPattern >${shade.id} .okhttp3</shadedPattern >
499- </relocation >
500- <relocation >
501- <pattern >okio</pattern >
502- <shadedPattern >${shade.id} .okio</shadedPattern >
503- </relocation >
504- </relocations >
505- </configuration >
506- </execution >
507- </executions >
508- </plugin >
509475 <plugin >
510476 <groupId >org.apache.maven.plugins</groupId >
511477 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments