Skip to content

Commit

Permalink
Drop back to version 10.14.2.0 to work with java8
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Nov 11, 2020
1 parent eaffc6a commit 260464f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jena-sdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 260464f

Please sign in to comment.