This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 6fe139eff Enable jitpack.io repo only when brotli is required (#3180)
6fe139eff is described below
commit 6fe139effd1f64423e5ecf3ab8b7f545ca21f671
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Apr 1 05:11:24 2025 +0800
Enable jitpack.io repo only when brotli is required (#3180)
* [MINOR] Enable jitpack.io repo only when brotli is required
* restore comments
---
parquet-hadoop/pom.xml | 8 ++++++++
pom.xml | 9 ---------
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index d4aa4b42a..adfebfbd0 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -230,6 +230,14 @@
<arch>!aarch64</arch>
</os>
</activation>
+ <repositories>
+ <repository>
+ <id>jitpack.io</id>
+ <url>https://jitpack.io</url>
+ <name>Jitpack.io repository</name>
+ <!-- needed for brotli-codec -->
+ </repository>
+ </repositories>
<dependencies>
<dependency>
<groupId>com.github.rdblue</groupId>
diff --git a/pom.xml b/pom.xml
index cd4b8c787..73360fb72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,15 +69,6 @@
</mailingList>
</mailingLists>
- <repositories>
- <repository>
- <id>jitpack.io</id>
- <url>https://jitpack.io</url>
- <name>Jitpack.io repository</name>
- <!-- needed for brotli-codec -->
- </repository>
- </repositories>
-
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>