This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch bugfix/fix-scope-of-jr-jcr-tests in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 7917823fb4c9b3cef9ba6e8428625b43ddc9a72b Author: Konrad Windszus <[email protected]> AuthorDate: Mon Jun 26 13:39:43 2023 +0200 OAK-10328 fix scope of "jackrabbit-jcr-tests" --- oak-jcr/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/oak-jcr/pom.xml b/oak-jcr/pom.xml index df196a49bd..1cc469bee7 100644 --- a/oak-jcr/pom.xml +++ b/oak-jcr/pom.xml @@ -423,6 +423,7 @@ <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-jcr-tests</artifactId> <version>${jackrabbit.version}</version> + <classifier>scope</classifier> <optional>true</optional> </dependency> <dependency>
