You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by kw...@apache.org on 2023/06/26 11:39:50 UTC

[jackrabbit-oak] 01/01: OAK-10328 fix scope of "jackrabbit-jcr-tests"

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 <kw...@apache.org>
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>