Skip to content

Commit fb5d827

Browse files
committed
fix: remove empty shade plugin config since iceberg deps are provided by EMR runtime
1 parent 8bc1446 commit fb5d827

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-iceberg/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -283,28 +283,6 @@ limitations under the License.
283283

284284
<build>
285285
<plugins>
286-
<plugin>
287-
<groupId>org.apache.maven.plugins</groupId>
288-
<artifactId>maven-shade-plugin</artifactId>
289-
<version>${maven.shade.plugin.version}</version>
290-
<executions>
291-
<execution>
292-
<id>shade-flink</id>
293-
<phase>package</phase>
294-
<goals>
295-
<goal>shade</goal>
296-
</goals>
297-
<configuration>
298-
<shadeTestJar>false</shadeTestJar>
299-
<artifactSet>
300-
<includes>
301-
</includes>
302-
</artifactSet>
303-
</configuration>
304-
</execution>
305-
</executions>
306-
</plugin>
307-
308286
<plugin>
309287
<groupId>org.apache.maven.plugins</groupId>
310288
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)