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 44701aae0 Remove unused test dependencies (#3324)
44701aae0 is described below

commit 44701aae0411b66983297b4a5f1fd0779da87a43
Author: Aaron Niskode-Dossett <[email protected]>
AuthorDate: Wed Oct 22 11:37:12 2025 -0500

    Remove unused test dependencies (#3324)
---
 parquet-column/pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/parquet-column/pom.xml b/parquet-column/pom.xml
index 3f554ce79..8bd11dcc2 100644
--- a/parquet-column/pom.xml
+++ b/parquet-column/pom.xml
@@ -88,30 +88,12 @@
       <version>0.7.2</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>com.h2database</groupId>
-      <artifactId>h2</artifactId>
-      <version>2.3.232</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>${slf4j.version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>
       <version>${mockito.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <version>${guava.version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>

Reply via email to