Skip to content

Commit 44701aa

Browse files
authored
Remove unused test dependencies (#3324)
1 parent 3b02e45 commit 44701aa

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

parquet-column/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -88,30 +88,12 @@
8888
<version>0.7.2</version>
8989
<scope>test</scope>
9090
</dependency>
91-
<dependency>
92-
<groupId>com.h2database</groupId>
93-
<artifactId>h2</artifactId>
94-
<version>2.3.232</version>
95-
<scope>test</scope>
96-
</dependency>
97-
<dependency>
98-
<groupId>org.slf4j</groupId>
99-
<artifactId>slf4j-simple</artifactId>
100-
<version>${slf4j.version}</version>
101-
<scope>test</scope>
102-
</dependency>
10391
<dependency>
10492
<groupId>org.mockito</groupId>
10593
<artifactId>mockito-all</artifactId>
10694
<version>${mockito.version}</version>
10795
<scope>test</scope>
10896
</dependency>
109-
<dependency>
110-
<groupId>com.google.guava</groupId>
111-
<artifactId>guava</artifactId>
112-
<version>${guava.version}</version>
113-
<scope>test</scope>
114-
</dependency>
11597
<dependency>
11698
<groupId>org.apache.commons</groupId>
11799
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)