Kevan Jahanshahi created JCR-5076:
-------------------------------------
Summary: Use correctly test scope for dependencies of type:
test-jar
Key: JCR-5076
URL: https://issues.apache.org/jira/browse/JCR-5076
Project: Jackrabbit Content Repository
Issue Type: Task
Components: jackrabbit-aws-ext
Affects Versions: 2.22.0, 2.21.27, 2.20.16
Reporter: Kevan Jahanshahi
In *jackrabbit-aws-ext* subproject there is a dependency:
{code:java}
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-data</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
</dependency> {code}
I think it should be:
{code:java}
<scope>test</scope> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)