Skip to content

Commit

Permalink
Remove parquet-scala dependency from dependencyManagement.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Apr 24, 2019
1 parent e78cceb commit 122888b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -524,18 +524,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<!-- This library has no Scala 2.11 version, but using the 2 dot 10 version seems to work. -->
<artifactId>parquet-scala_2.10</artifactId>
<version>${parquet.version}</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seqdoop</groupId>
<artifactId>hadoop-bam</artifactId>
Expand Down

0 comments on commit 122888b

Please sign in to comment.