[ https://issues.apache.org/jira/browse/AVRO-4103 ]
Laszlo Hornyak deleted comment on AVRO-4103: -------------------------------------- was (Author: kocka): [https://github.com/apache/avro/pull/3274] > 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)