This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new fdd5db3bd [hotfix] Fix that Maven 3.2.5 cannot build paimon-core
(#1378)
fdd5db3bd is described below
commit fdd5db3bd18027b7403486a77f8e16f85c14cad2
Author: yuzelin <[email protected]>
AuthorDate: Wed Jun 14 21:35:15 2023 +0800
[hotfix] Fix that Maven 3.2.5 cannot build paimon-core (#1378)
---
paimon-core/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/paimon-core/pom.xml b/paimon-core/pom.xml
index 87b2fe1a2..cb8ca12ff 100644
--- a/paimon-core/pom.xml
+++ b/paimon-core/pom.xml
@@ -160,6 +160,14 @@ under the License.
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.hive</groupId>
+ <artifactId>hive-storage-api</artifactId>
+ <version>2.6.0</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>