Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.20.16, 2.21.27, 2.22.0
Description
In jackrabbit-aws-ext subproject there is a dependency:
<dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-data</artifactId> <version>${project.version}</version> <type>test-jar</type> </dependency>
I think it should be:
<scope>test</scope>
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
Attachments
Issue Links
- links to