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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 6535fc44bc Revert "OAK-10992: rdbmk: update to Derby 15.x (#1613)"
6535fc44bc is described below

commit 6535fc44bcc73a6af2da75636678c5591d9dd7ac
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Aug 22 16:17:05 2024 +0100

    Revert "OAK-10992: rdbmk: update to Derby 15.x (#1613)"
    
    This reverts commit 8646da6c21eb057375704aba46748969b3831ecd.
---
 oak-parent/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 3181bb768b..7fdae2f59d 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -64,7 +64,7 @@
     <logback.version>1.2.13</logback.version>
     <h2.version>2.1.214</h2.version>
     <tika.version>1.28.5</tika.version>
-    <derby.version>10.15.2.0</derby.version>
+    <derby.version>10.14.2.0</derby.version>
     <jackson.version>2.17.1</jackson.version>
     <testcontainers.version>1.19.7</testcontainers.version>
     <pax-exam.version>4.13.1</pax-exam.version>
@@ -1002,11 +1002,6 @@
             <artifactId>derby</artifactId>
             <version>${derby.version}</version>
          </dependency>
-         <dependency>
-            <groupId>org.apache.derby</groupId>
-            <artifactId>derbyshared</artifactId>
-            <version>${derby.version}</version>
-         </dependency>
       </dependencies>
    </profile>
    

Reply via email to