[
https://issues.apache.org/jira/browse/AVRO-4103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated AVRO-4103:
---------------------------------
Labels: pull-request-available (was: )
> avro tools runtime dependencies on test artifacts
> -------------------------------------------------
>
> Key: AVRO-4103
> URL: https://issues.apache.org/jira/browse/AVRO-4103
> Project: Apache Avro
> Issue Type: Bug
> Components: tools
> Reporter: Laszlo Hornyak
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Avro tools subproject declares runtime (which is the default) dependencies on
> test artifacts:
> {code:java}
> <dependency>
> <groupId>${project.groupId}</groupId>
> <artifactId>trevni-avro</artifactId>
> <version>${project.version}</version>
> </dependency>
> <dependency>
> <groupId>${project.groupId}</groupId>
> <artifactId>trevni-core</artifactId>
> <classifier>tests</classifier>
> <version>${project.version}</version>
> </dependency> {code}
> However, only the tests are actually using these.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)