Skip to content

Commit

Permalink
maven packaging optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 committed Jan 19, 2024
1 parent 72d1adf commit 4e573ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
3 changes: 0 additions & 3 deletions linkis-commons/linkis-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,11 @@
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
<version>${parquet-avro.version}</version>
<scope>${storage.parquet.scope}</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
<version>${hadoop.version}</version>
<scope>${storage.parquet.scope}</scope>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
Expand All @@ -136,7 +134,6 @@
<artifactId>orc-core</artifactId>
<version>${orc-core.version}</version>
<classifier>nohive</classifier>
<scope>${storage.orc.scope}</scope>
<exclusions>
<exclusion>
<groupId>org.apache.hive</groupId>
Expand Down
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@
<spark.hadoop.version>${hadoop.version}</spark.hadoop.version>
<spark.hadoop.scope>provided</spark.hadoop.scope>

<storage.parquet.scope>provided</storage.parquet.scope>
<storage.orc.scope>provided</storage.orc.scope>

<flink.version>1.16.2</flink.version>
<libfb303.version>0.9.3</libfb303.version>
Expand Down Expand Up @@ -1947,19 +1945,5 @@
</plugins>
</build>
</profile>
<!-- storage -->
<profile>
<id>storage-parquet</id>
<properties>
<storage.parquet.scope>compile</storage.parquet.scope>
</properties>
</profile>

<profile>
<id>storage-orc</id>
<properties>
<storage.orc.scope>compile</storage.orc.scope>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 4e573ef

Please sign in to comment.