Skip to content

Commit 7132d50

Browse files
committed
Stop shading dependencies
1 parent 956f6d5 commit 7132d50

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

lib/pom.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -110,36 +110,6 @@
110110
</execution>
111111
</executions>
112112
</plugin>
113-
<plugin>
114-
<groupId>org.apache.maven.plugins</groupId>
115-
<artifactId>maven-shade-plugin</artifactId>
116-
<executions>
117-
<execution>
118-
<phase>package</phase>
119-
<goals>
120-
<goal>shade</goal>
121-
</goals>
122-
<configuration>
123-
<createDependencyReducedPom>true</createDependencyReducedPom>
124-
<minimizeJar>true</minimizeJar>
125-
<relocations>
126-
<relocation>
127-
<pattern>okhttp3</pattern>
128-
<shadedPattern>org.sonarsource.scanner.lib.internal.shaded.okhttp</shadedPattern>
129-
</relocation>
130-
<relocation>
131-
<pattern>okio</pattern>
132-
<shadedPattern>org.sonarsource.scanner.lib.internal.shaded.okio</shadedPattern>
133-
</relocation>
134-
<relocation>
135-
<pattern>com.eclipsesource.json</pattern>
136-
<shadedPattern>org.sonarsource.scanner.lib.internal.shaded.minimaljson</shadedPattern>
137-
</relocation>
138-
</relocations>
139-
</configuration>
140-
</execution>
141-
</executions>
142-
</plugin>
143113
</plugins>
144114
</build>
145115
</project>

0 commit comments

Comments
 (0)