Skip to content

Commit

Permalink
[MINOR UPDATE] remove avro test dependency (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 21, 2024
1 parent ce78744 commit 58bca1f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions exec/java-exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -509,19 +509,6 @@
<artifactId>hadoop-yarn-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>${avro.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>nl.basjes.parse.httpdlog</groupId>
<artifactId>httpdlog-parser</artifactId>
Expand Down

0 comments on commit 58bca1f

Please sign in to comment.