Skip to content

Commit

Permalink
AVRO-4103: avro tools - test dependencies in test scope
Browse files Browse the repository at this point in the history
https://issues.apache.org/jira/browse/AVRO-4103

changed test dependencies scope to test
  • Loading branch information
K0zka committed Dec 27, 2024
1 parent 34ce192 commit 38ee2cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/java/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,14 @@
<artifactId>trevni-core</artifactId>
<classifier>tests</classifier>
<version>${project.version}</version>
<scope>tests</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>trevni-avro</artifactId>
<classifier>tests</classifier>
<version>${project.version}</version>
<scope>tests</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 38ee2cd

Please sign in to comment.