Skip to content

Commit a96556b

Browse files
committed
support paimon v1.3
1 parent 0964d86 commit a96556b

File tree

1 file changed

+0
-26
lines changed
  • fluss-lake/fluss-lake-paimon

1 file changed

+0
-26
lines changed

fluss-lake/fluss-lake-paimon/pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -210,30 +210,4 @@
210210
</dependency>
211211
</dependencies>
212212

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-
239213
</project>

0 commit comments

Comments
 (0)