Skip to content

Commit 73c1ee2

Browse files
xushiyansatishkotha
authored andcommitted
[HUDI-4975] Fix datahub bundle dependency (apache#6896)
1 parent 012f5b8 commit 73c1ee2

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

  • packaging/hudi-datahub-sync-bundle

packaging/hudi-datahub-sync-bundle/pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,8 @@
6969
<artifactSet>
7070
<includes combine.children="append">
7171
<include>org.apache.hudi:hudi-common</include>
72-
<include>org.apache.hudi:hudi-hadoop-mr</include>
7372
<include>org.apache.hudi:hudi-sync-common</include>
7473
<include>org.apache.hudi:hudi-datahub-sync</include>
75-
<include>org.apache.parquet:parquet-avro</include>
7674

7775
<include>io.acryl:datahub-client</include>
7876
<include>com.beust:jcommander</include>
@@ -231,7 +229,7 @@
231229

232230
<dependency>
233231
<groupId>org.apache.hudi</groupId>
234-
<artifactId>hudi-hadoop-mr-bundle</artifactId>
232+
<artifactId>hudi-sync-common</artifactId>
235233
<version>${project.version}</version>
236234
</dependency>
237235

@@ -245,16 +243,14 @@
245243
<dependency>
246244
<groupId>org.apache.parquet</groupId>
247245
<artifactId>parquet-avro</artifactId>
248-
<version>${parquet.version}</version>
249-
<scope>compile</scope>
246+
<scope>provided</scope>
250247
</dependency>
251248

252249
<!-- Avro -->
253250
<dependency>
254251
<groupId>org.apache.avro</groupId>
255252
<artifactId>avro</artifactId>
256-
<version>${avro.version}</version>
257-
<scope>compile</scope>
253+
<scope>provided</scope>
258254
</dependency>
259255

260256
</dependencies>

0 commit comments

Comments
 (0)