Skip to content

Commit

Permalink
dependency-scope for presto-parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacBlanco committed Nov 11, 2024
1 parent c199fbf commit 920fa37
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions presto-parquet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>com.facebook.presto.hadoop</groupId>
<artifactId>hadoop-apache2</artifactId>
</dependency>

<!-- Presto SPI -->
<dependency>
<groupId>com.facebook.presto</groupId>
Expand Down Expand Up @@ -196,6 +191,13 @@
<groupId>org.ehcache</groupId>
<artifactId>sizeof</artifactId>
<version>0.4.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.facebook.presto.hadoop</groupId>
<artifactId>hadoop-apache2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 920fa37

Please sign in to comment.