We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909ee5f commit f0bf713Copy full SHA for f0bf713
1 file changed
core/pom.xml
@@ -139,30 +139,6 @@
139
</execution>
140
</executions>
141
</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>
166
<plugin>
167
<artifactId>maven-surefire-plugin</artifactId>
168
<configuration>
0 commit comments