You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/11/11 20:58:58 UTC

[jena] branch master updated: Drop back to version 10.14.2.0 to work with java8

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

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 260464f  Drop back to version 10.14.2.0 to work with java8
260464f is described below

commit 260464fc3c3fd2891f72ed3943c8eaee4718e9f7
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Nov 11 20:54:56 2020 +0000

    Drop back to version 10.14.2.0 to work with java8
---
 jena-sdb/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/jena-sdb/pom.xml b/jena-sdb/pom.xml
index 02c7711..27140ac 100644
--- a/jena-sdb/pom.xml
+++ b/jena-sdb/pom.xml
@@ -83,16 +83,17 @@
       <scope>test</scope>
     </dependency>
 
+    <!-- 10.14.2.0 is the last working with Java8 -->
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.15.2.0</version>
+      <version>10.14.2.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derbytools</artifactId>
-      <version>10.15.2.0</version>
+      <version>10.14.2.0</version>
       <scope>test</scope>
     </dependency>