[
https://issues.apache.org/jira/browse/JCR-5076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke updated JCR-5076:
--------------------------------
Labels: candidate_jackrabbit_2.20 candidate_jackrabbit_2.22 (was: )
> 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.20.16, 2.21.27, 2.22.0
> Reporter: Kevan Jahanshahi
> Assignee: Julian Reschke
> Priority: Trivial
> Labels: candidate_jackrabbit_2.20, candidate_jackrabbit_2.22
>
> 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}
> Would be great if it's possible to backport this fix to previous versions
> (2.21.x, 2.20.x) but I let you decided about it, depending on your release
> schedule and maintained versions.
> Here is a pull request with the small fix:
> [https://github.com/apache/jackrabbit/pull/194]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)