Laszlo Hornyak created AVRO-4103: ------------------------------------ Summary: 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
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)