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 18:20:23 UTC

[jena] branch master updated: Align to Apache Derby update

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 ec88adb  Align to Apache Derby update
ec88adb is described below

commit ec88adb8336600c86d74dafe925a2e2546f23c6a
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Nov 11 18:20:00 2020 +0000

    Align to Apache Derby update
---
 jena-sdb/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/jena-sdb/pom.xml b/jena-sdb/pom.xml
index ea3fd04..02c7711 100644
--- a/jena-sdb/pom.xml
+++ b/jena-sdb/pom.xml
@@ -89,6 +89,12 @@
       <version>10.15.2.0</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derbytools</artifactId>
+      <version>10.15.2.0</version>
+      <scope>test</scope>
+    </dependency>
 
     <dependency>
       <groupId>junit</groupId>