Skip to content

Commit

Permalink
[chore](test)Exclude Hive-related packages from java-udf-src. (apac…
Browse files Browse the repository at this point in the history
…he#40757)

Some dependencies in these packages might conflict with the core, as the
core already includes these two packages. Therefore, exclude
Hive-related packages from the build.

## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->
  • Loading branch information
CalvinKirs authored and morningman committed Sep 25, 2024
1 parent 9e50392 commit 8b71ebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regression-test/java-udf-src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ under the License.
<artifactId>hive-exec</artifactId>
<classifier>core</classifier>
<version>${hive.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>${hive.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8b71ebb

Please sign in to comment.