We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0964d86 commit a96556bCopy full SHA for a96556b
fluss-lake/fluss-lake-paimon/pom.xml
@@ -210,30 +210,4 @@
210
</dependency>
211
</dependencies>
212
213
- <build>
214
- <plugins>
215
- <plugin>
216
- <groupId>org.apache.maven.plugins</groupId>
217
- <artifactId>maven-shade-plugin</artifactId>
218
- <executions>
219
- <execution>
220
- <id>shade-fluss</id>
221
- <phase>package</phase>
222
- <goals>
223
- <goal>shade</goal>
224
- </goals>
225
- <configuration>
226
- <artifactSet>
227
- <includes>
228
- <include>org.apache.paimon:paimon-bundle</include>
229
- </includes>
230
- </artifactSet>
231
- </configuration>
232
- </execution>
233
- </executions>
234
- </plugin>
235
- </plugins>
236
- </build>
237
-
238
239
</project>
0 commit comments