Skip to content

Commit f0bf713

Browse files
committed
Remove obsolete shading config in core
1 parent 909ee5f commit f0bf713

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

core/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -139,30 +139,6 @@
139139
</execution>
140140
</executions>
141141
</plugin>
142-
<plugin>
143-
<artifactId>maven-shade-plugin</artifactId>
144-
<executions>
145-
<execution>
146-
<goals>
147-
<goal>shade</goal>
148-
</goals>
149-
<configuration>
150-
<artifactSet>
151-
<includes>
152-
<include>com.google.guava:guava</include>
153-
</includes>
154-
</artifactSet>
155-
<relocations>
156-
<relocation>
157-
<pattern>com.google</pattern>
158-
<shadedPattern>com.datastax.oss.driver.shaded.guava</shadedPattern>
159-
</relocation>
160-
</relocations>
161-
<shadeTestJar>true</shadeTestJar>
162-
</configuration>
163-
</execution>
164-
</executions>
165-
</plugin>
166142
<plugin>
167143
<artifactId>maven-surefire-plugin</artifactId>
168144
<configuration>

0 commit comments

Comments
 (0)