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 re...@apache.org on 2021/11/06 04:45:54 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9615: declare derby as test dependency (now missing from jackrabbit-core)

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

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 0bdd7b2  OAK-9615: declare derby as test dependency (now missing from jackrabbit-core)
0bdd7b2 is described below

commit 0bdd7b2470d889b80c088e6b41da9d48b8851a80
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Sat Nov 6 05:23:48 2021 +0100

    OAK-9615: declare derby as test dependency (now missing from jackrabbit-core)
---
 oak-jcr/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/oak-jcr/pom.xml b/oak-jcr/pom.xml
index 5219ed3..e90a467 100644
--- a/oak-jcr/pom.xml
+++ b/oak-jcr/pom.xml
@@ -466,6 +466,12 @@
       <version>1.3.2</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>10.14.2.0</version>
+      <scope>test</scope>
+    </dependency>
     
     <dependency>
       <groupId>junit-addons</groupId>