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:49 UTC

[jackrabbit-oak] branch bugfix/fix-scope-of-jr-jcr-tests created (now 7917823fb4)

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a change to branch bugfix/fix-scope-of-jr-jcr-tests
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


      at 7917823fb4 OAK-10328 fix scope of "jackrabbit-jcr-tests"

This branch includes the following new commits:

     new 7917823fb4 OAK-10328 fix scope of "jackrabbit-jcr-tests"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

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