Skip to content

Commit cfbf149

Browse files
committed
BREAKING CHANGE: Remove shaded dependencies
1 parent f1780a9 commit cfbf149

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

pom.xml

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -86,8 +86,6 @@
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>
@@ -474,38 +472,6 @@
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>

0 commit comments

Comments
 (0)